jamespot-user-api
    Preparing search index...

    Variable jFileListSchemaConst

    jFileListSchema: ZodObject<
        {
            _right: ZodObject<
                ZodShape<Rights>,
                "strip",
                ZodTypeAny,
                Rights,
                Rights,
            >;
            _user: ZodObject<
                {
                    _url: ZodString;
                    id: ZodType<number, ZodTypeDef, number>;
                    mainType: ZodType<string, ZodTypeDef, string>;
                    title: ZodString;
                    type: ZodType<string, ZodTypeDef, string>;
                    uri: ZodType<string, ZodTypeDef, string>;
                } & {
                    dateCreation: ZodString;
                    dateModified: ZodString;
                    level: ZodNativeEnum<{ ADMIN: 9; EXTERNAL: 3; GUEST: 0; USER: 5 }>;
                    variant: ZodOptional<ZodNativeEnum<{ EXTRABOT: "extraBot" }>>;
                },
                "strip",
                ZodTypeAny,
                UserLittle,
                UserLittle,
            >;
            description: ZodNullable<ZodOptional<ZodString>>;
        } & {
            _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>;
            mainType: ZodEnum<
                ["fileArticle", "fileComment", "fileObject", "file", "fileDrive"],
            >;
            mimetype: ZodString;
            path: ZodOptional<ZodString>;
            size: ZodNumber;
            title: ZodString;
            type: ZodType<string, ZodTypeDef, string>;
            uri: ZodType<string, ZodTypeDef, string>;
        },
        "strip",
        ZodTypeAny,
        jFileList,
        jFileList,
    > = ...