jamespot-user-api
    Preparing search index...

    Variable driveGetDocumentParamsSchemaConst

    driveGetDocumentParamsSchema: ZodObject<
        {
            attrName: ZodString;
            file: ZodObject<
                {
                    _document: ZodObject<
                        ZodShape<BaseEntity> & {
                            mimetype: ZodOptional<ZodString>;
                            size: ZodOptional<ZodNumber>;
                            webUrl: ZodOptional<ZodString>;
                        },
                        "strip",
                        ZodTypeAny,
                        {
                            id: string;
                            mimetype?: string;
                            size?: number;
                            title: string;
                            type: string;
                            webUrl?: string;
                        },
                        {
                            id: string;
                            mimetype?: string;
                            size?: number;
                            title: string;
                            type: string;
                            webUrl?: string;
                        },
                    >;
                    account: ZodString;
                    mimetype: ZodOptional<ZodString>;
                    service: ZodString;
                    title: ZodString;
                },
                "strip",
                ZodTypeAny,
                {
                    _document: {
                        id: string;
                        mimetype?: string;
                        size?: number;
                        title: string;
                        type: string;
                        webUrl?: string;
                    };
                    account: string;
                    mimetype?: string;
                    service: string;
                    title: string;
                },
                {
                    _document: {
                        id: string;
                        mimetype?: string;
                        size?: number;
                        title: string;
                        type: string;
                        webUrl?: string;
                    };
                    account: string;
                    mimetype?: string;
                    service: string;
                    title: string;
                },
            >;
            token: ZodOptional<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            attrName: string;
            file: {
                _document: {
                    id: string;
                    mimetype?: string;
                    size?: number;
                    title: string;
                    type: string;
                    webUrl?: string;
                };
                account: string;
                mimetype?: string;
                service: string;
                title: string;
            };
            token?: string;
        },
        {
            attrName: string;
            file: {
                _document: {
                    id: string;
                    mimetype?: string;
                    size?: number;
                    title: string;
                    type: string;
                    webUrl?: string;
                };
                account: string;
                mimetype?: string;
                service: string;
                title: string;
            };
            token?: string;
        },
    > = ...