jamespot-user-api
    Preparing search index...

    Variable jFolderLittleSchemaConst

    jFolderLittleSchema: 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>;
            mainType: ZodType<string, ZodTypeDef, string>;
            title: ZodString;
            uri: ZodType<string, ZodTypeDef, string>;
        } & {
            folderColor: ZodOptional<ZodString>;
            type: ZodEnum<["folder", "rootFolder"]>;
        },
        "strip",
        ZodTypeAny,
        jFolderLittle,
        jFolderLittle,
    > = ...