jamespot-user-api
    Preparing search index...

    Variable widgetBaseSchemaConst

    widgetBaseSchema: ZodObject<
        {
            title: ZodString;
            widget: ZodObject<
                ZodShape<WidgetWidgetBase>,
                "strip",
                ZodTypeAny,
                WidgetWidgetBase,
                WidgetWidgetBase,
            >;
        },
        "strip",
        ZodTypeAny,
        WidgetBaseType,
        WidgetBaseType,
    > = ...