jamespot-user-api
    Preparing search index...

    Variable combinedSurveyFieldOptionsSchemaConst

    combinedSurveyFieldOptionsSchema: ZodUnion<
        [
            ZodObject<
                ZodShape<SurveyFieldOptionCheck>,
                "strip",
                ZodTypeAny,
                SurveyFieldOptionCheck,
                SurveyFieldOptionCheck,
            >,
            ZodObject<
                ZodShape<SurveyFieldOptionBase>,
                "strip",
                ZodTypeAny,
                SurveyFieldOptionBase,
                SurveyFieldOptionBase,
            >,
            ZodObject<
                ZodShape<SurveyFieldOptionScale>,
                "strip",
                ZodTypeAny,
                SurveyFieldOptionScale,
                SurveyFieldOptionScale,
            >,
        ],
    > = ...