jamespot-user-api
    Preparing search index...

    Variable jFileLittleCropSchemaConst

    jFileLittleCropSchema: ZodObject<
        {
            _url: ZodString;
            dateCreation: ZodOptionalType<
                ZodType<string | undefined, ZodTypeDef, string | undefined>,
            >;
            dateModified: ZodOptionalType<
                ZodType<
                    string
                    | null
                    | undefined,
                    ZodTypeDef,
                    string | null | undefined,
                >,
            >;
            id: ZodType<number, ZodTypeDef, number>;
            title: ZodString;
            type: ZodType<string, ZodTypeDef, string>;
            uri: ZodType<string, ZodTypeDef, string>;
        } & {
            mainType: ZodEnum<
                ["fileArticle", "fileComment", "fileObject", "file", "fileDrive"],
            >;
            mimetype: ZodString;
            path: ZodOptional<ZodString>;
            size: ZodNumber;
        } & {
            _extend: ZodObject<
                {
                    crop: ZodObject<
                        ZodShape<FileCropConfig>,
                        "strip",
                        ZodTypeAny,
                        FileCropConfig,
                        FileCropConfig,
                    >;
                },
                "strip",
                ZodTypeAny,
                { crop: FileCropConfig },
                { crop: FileCropConfig },
            >;
        },
        "strip",
        ZodTypeAny,
        jFileLittleCrop,
        jFileLittleCrop,
    > = ...