Amagi API 文档 - v6.1.2
    正在准备搜索索引...

    变量 KuaishouValidationSchemas常量

    KuaishouValidationSchemas: {
        videoWork: ZodType<
            { methodType: "videoWork"; photoId: string },
            unknown,
            $ZodTypeInternals<{ methodType: "videoWork"; photoId: string }, unknown>,
        >;
        comments: ZodType<
            { methodType: "comments"; photoId: string },
            unknown,
            $ZodTypeInternals<{ methodType: "comments"; photoId: string }, unknown>,
        >;
        userProfile: ZodType<
            { methodType: "userProfile"; principalId: string },
            unknown,
            $ZodTypeInternals<
                { methodType: "userProfile"; principalId: string },
                unknown,
            >,
        >;
        userWorkList: ZodType<
            {
                methodType: "userWorkList";
                principalId: string;
                pcursor?: string;
                count?: number;
            },
            unknown,
            $ZodTypeInternals<
                {
                    methodType: "userWorkList";
                    principalId: string;
                    pcursor?: string;
                    count?: number;
                },
                unknown,
            >,
        >;
        liveRoomInfo: ZodType<
            { methodType: "liveRoomInfo"; principalId: string },
            unknown,
            $ZodTypeInternals<
                { methodType: "liveRoomInfo"; principalId: string },
                unknown,
            >,
        >;
        emojiList: ZodType<
            { methodType: "emojiList" },
            unknown,
            $ZodTypeInternals<{ methodType: "emojiList" }, unknown>,
        >;
    } = ...

    快手参数验证模式映射

    类型声明

    • 只读videoWork: ZodType<
          { methodType: "videoWork"; photoId: string },
          unknown,
          $ZodTypeInternals<{ methodType: "videoWork"; photoId: string }, unknown>,
      >
    • 只读comments: ZodType<
          { methodType: "comments"; photoId: string },
          unknown,
          $ZodTypeInternals<{ methodType: "comments"; photoId: string }, unknown>,
      >
    • 只读userProfile: ZodType<
          { methodType: "userProfile"; principalId: string },
          unknown,
          $ZodTypeInternals<
              { methodType: "userProfile"; principalId: string },
              unknown,
          >,
      >
    • 只读userWorkList: ZodType<
          {
              methodType: "userWorkList";
              principalId: string;
              pcursor?: string;
              count?: number;
          },
          unknown,
          $ZodTypeInternals<
              {
                  methodType: "userWorkList";
                  principalId: string;
                  pcursor?: string;
                  count?: number;
              },
              unknown,
          >,
      >
    • 只读liveRoomInfo: ZodType<
          { methodType: "liveRoomInfo"; principalId: string },
          unknown,
          $ZodTypeInternals<
              { methodType: "liveRoomInfo"; principalId: string },
              unknown,
          >,
      >
    • 只读emojiList: ZodType<
          { methodType: "emojiList" },
          unknown,
          $ZodTypeInternals<{ methodType: "emojiList" }, unknown>,
      >