Function CollectionDocumentsArgsSchema

  • Returns ZodObject<
        Required<
            {
                after?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                before?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                filter?: ZodType<
                    undefined
                    | InputMaybe<DocumentFilter>,
                    any,
                    undefined | InputMaybe<DocumentFilter>,
                >;
                first?: ZodType<
                    undefined
                    | InputMaybe<number>,
                    any,
                    undefined | InputMaybe<number>,
                >;
                folder?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                last?: ZodType<
                    undefined
                    | InputMaybe<number>,
                    any,
                    undefined | InputMaybe<number>,
                >;
                sort?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >