export const GroupSchema = z.object({
  id: z.string(),
  key: z.string(),
  type: z.string(),
})