jamespot-user-api
    Preparing search index...

    Variable jArticleLittleSchemaConst

    jArticleLittleSchema: ZodObject<
        {
            _url: ZodString;
            id: ZodType<number, ZodTypeDef, number>;
            title: ZodString;
            type: ZodType<string, ZodTypeDef, string>;
            uri: ZodType<string, ZodTypeDef, string>;
        } & {
            dateCreation: ZodString;
            dateModified: ZodString;
            mainType: ZodLiteral<"article">;
        },
        "strip",
        ZodTypeAny,
        jArticleLittle,
        jArticleLittle,
    > = ...