jamespot-user-api
    Preparing search index...

    Variable jCommentLittleSchemaConst

    jCommentLittleSchema: ZodObject<
        {
            id: ZodType<number, ZodTypeDef, number>;
            type: ZodType<string, ZodTypeDef, string>;
            uri: ZodType<string, ZodTypeDef, string>;
        } & {
            _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,
            >;
            dateCreation: ZodString;
            dateModified: ZodNullable<ZodString>;
            description: ZodNullable<ZodString>;
            mainType: ZodLiteral<"comment">;
        },
        "strip",
        ZodTypeAny,
        jCommentLittle,
        jCommentLittle,
    > = ...