Variable GroupSchemaConst

GroupSchema: Zod.z.ZodObject<
    { id: Zod.z.ZodString; label: Zod.z.ZodString },
    "strip",
    Zod.z.ZodTypeAny,
    { id: string; label: string },
    { id: string; label: string },
> = ...