Skip to content

Variable: GroupCreateSchema

ts
const GroupCreateSchema: ZodObject<{
  id: ZodOptional<ZodString>;
  type: ZodCustom<"group" | string & object, "group" | string & object>;
}, $loose>;

Defined in: src/v1/models/groupCreate.ts:4