jamespot-user-api
    Preparing search index...

    Variable createFaqEntrySchemaConst

    createFaqEntrySchema: ZodIntersection<
        ZodIntersection<
            ZodObject<
                ZodShape<ArticleCreation>,
                "strip",
                ZodTypeAny,
                ArticleCreation,
                ArticleCreation,
            >,
            ZodObject<
                { token: ZodOptional<ZodUnion<[ZodString, ZodUndefined]>> },
                "strip",
                ZodTypeAny,
                { token?: string },
                { token?: string },
            >,
        >,
        ZodObject<
            {
                faqResponse: ZodOptional<ZodString>;
                tags: ZodOptional<ZodString>;
                type: ZodLiteral<"faqItem">;
            },
            "strip",
            ZodTypeAny,
            { faqResponse?: string; tags?: string; type: "faqItem" },
            { faqResponse?: string; tags?: string; type: "faqItem" },
        >,
    > = ...