jamespot-user-api
    Preparing search index...

    Variable combinedWidgetTypeSchemaConst

    combinedWidgetTypeSchema: ZodUnion<
        [
            ZodIntersection<
                ZodObject<
                    { layers: ZodOptional<ZodArray<ZodString, "many">> },
                    "strip",
                    ZodTypeAny,
                    { layers?: string[] },
                    { layers?: string[] },
                >,
                ZodObject<
                    ZodShape<WidgetArticleAttachmentType>,
                    "strip",
                    ZodTypeAny,
                    WidgetArticleAttachmentType,
                    WidgetArticleAttachmentType,
                >,
            >,
            ZodIntersection<
                ZodObject<
                    { layers: ZodOptional<ZodArray<ZodString, "many">> },
                    "strip",
                    ZodTypeAny,
                    { layers?: string[] },
                    { layers?: string[] },
                >,
                ZodObject<
                    ZodShape<WidgetArticleButtonType>,
                    "strip",
                    ZodTypeAny,
                    WidgetArticleButtonType,
                    WidgetArticleButtonType,
                >,
            >,
            ZodIntersection<
                ZodObject<
                    { layers: ZodOptional<ZodArray<ZodString, "many">> },
                    "strip",
                    ZodTypeAny,
                    { layers?: string[] },
                    { layers?: string[] },
                >,
                ZodObject<
                    ZodShape<WidgetButtonType>,
                    "strip",
                    ZodTypeAny,
                    WidgetButtonType,
                    WidgetButtonType,
                >,
            >,
        ],
    > = ...