jamespot-user-api
    Preparing search index...

    Variable faqContentItemSchemaConst

    faqContentItemSchema: ZodObject<
        {
            id: ZodOptional<ZodString>;
            items: ZodArray<ZodString, "many">;
            title: ZodString;
        },
        "strip",
        ZodTypeAny,
        { id?: string; items: string[]; title: string },
        { id?: string; items: string[]; title: string },
    > = ...