Skip to content

Variable: UpdateOrganizationMembersSchema

ts
const UpdateOrganizationMembersSchema: ZodObject<{
  email: ZodString;
  fullName: ZodString;
  id: ZodString;
  type: ZodOptional<ZodCustom<"normal" | string & object | "admin", "normal" | string & object | "admin">>;
}, $strip>;

Defined in: parameters/updateOrganizationMembers.ts:4