Skip to content

Variable: UpdateBoardMembershipSchema

ts
const UpdateBoardMembershipSchema: ZodObject<{
  id: ZodString;
  idMembership: ZodString;
  memberFields: ZodOptional<ZodCustom<
     | "all"
     | "url"
     | "username"
     | "status"
     | string & object
     | "fullName"
     | "avatarHash"
     | "bio"
     | "bioData"
     | "confirmed"
     | "idPremOrgsAdmin"
     | "initials"
     | "memberType"
     | "products", 
     | "all"
     | "url"
     | "username"
     | "status"
     | string & object
     | "fullName"
     | "avatarHash"
     | "bio"
     | "bioData"
     | "confirmed"
     | "idPremOrgsAdmin"
     | "initials"
     | "memberType"
    | "products">>;
  type: ZodCustom<"normal" | string & object | "admin" | "observer", "normal" | string & object | "admin" | "observer">;
}, $strip>;

Defined in: parameters/updateBoardMembership.ts:4