Variable: DeactivateEnterpriseMemberSchema
ts
const DeactivateEnterpriseMemberSchema: ZodObject<{
boardFields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
| "name"
| "id"
| "url"
| "closed"
| "desc"
| string & object
| "limits"
| "prefs"
| "idMemberCreator"
| "memberships"
| "descData"
| "idOrganization"
| "pinned"
| "shortUrl"
| "labelNames"
| "starred"
| "enterpriseOwned",
| "name"
| "id"
| "url"
| "closed"
| "desc"
| string & object
| "limits"
| "prefs"
| "idMemberCreator"
| "memberships"
| "descData"
| "idOrganization"
| "pinned"
| "shortUrl"
| "labelNames"
| "starred"
| "enterpriseOwned">, ZodArray<ZodCustom<
| "name"
| "id"
| "url"
| "closed"
| "desc"
| string & object
| "limits"
| "prefs"
| "idMemberCreator"
| "memberships"
| "descData"
| "idOrganization"
| "pinned"
| "shortUrl"
| "labelNames"
| "starred"
| "enterpriseOwned",
| "name"
| "id"
| "url"
| "closed"
| "desc"
| string & object
| "limits"
| "prefs"
| "idMemberCreator"
| "memberships"
| "descData"
| "idOrganization"
| "pinned"
| "shortUrl"
| "labelNames"
| "starred"
| "enterpriseOwned">>]>>;
fields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
| "id"
| "url"
| "username"
| "status"
| string & object
| "fullName"
| "activityBlocked"
| "avatarHash"
| "avatarUrl"
| "bio"
| "bioData"
| "confirmed"
| "idEnterprise"
| "idMemberReferrer"
| "idPremOrgsAdmin"
| "initials"
| "memberType"
| "nonPublic"
| "nonPublicAvailable"
| "products"
| "idBoards"
| "idOrganizations",
| "id"
| "url"
| "username"
| "status"
| string & object
| "fullName"
| "activityBlocked"
| "avatarHash"
| "avatarUrl"
| "bio"
| "bioData"
| "confirmed"
| "idEnterprise"
| "idMemberReferrer"
| "idPremOrgsAdmin"
| "initials"
| "memberType"
| "nonPublic"
| "nonPublicAvailable"
| "products"
| "idBoards"
| "idOrganizations">, ZodArray<ZodCustom<
| "id"
| "url"
| "username"
| "status"
| string & object
| "fullName"
| "activityBlocked"
| "avatarHash"
| "avatarUrl"
| "bio"
| "bioData"
| "confirmed"
| "idEnterprise"
| "idMemberReferrer"
| "idPremOrgsAdmin"
| "initials"
| "memberType"
| "nonPublic"
| "nonPublicAvailable"
| "products"
| "idBoards"
| "idOrganizations",
| "id"
| "url"
| "username"
| "status"
| string & object
| "fullName"
| "activityBlocked"
| "avatarHash"
| "avatarUrl"
| "bio"
| "bioData"
| "confirmed"
| "idEnterprise"
| "idMemberReferrer"
| "idPremOrgsAdmin"
| "initials"
| "memberType"
| "nonPublic"
| "nonPublicAvailable"
| "products"
| "idBoards"
| "idOrganizations">>]>>;
id: ZodString;
idMember: ZodString;
organizationFields: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
| "name"
| "id"
| "url"
| "desc"
| string & object
| "products"
| "idBoards"
| "prefs"
| "premiumFeatures"
| "invitations"
| "displayName"
| "memberships"
| "descData"
| "logoHash"
| "powerUps"
| "website"
| "billableMemberCount"
| "invited",
| "name"
| "id"
| "url"
| "desc"
| string & object
| "products"
| "idBoards"
| "prefs"
| "premiumFeatures"
| "invitations"
| "displayName"
| "memberships"
| "descData"
| "logoHash"
| "powerUps"
| "website"
| "billableMemberCount"
| "invited">, ZodArray<ZodCustom<
| "name"
| "id"
| "url"
| "desc"
| string & object
| "products"
| "idBoards"
| "prefs"
| "premiumFeatures"
| "invitations"
| "displayName"
| "memberships"
| "descData"
| "logoHash"
| "powerUps"
| "website"
| "billableMemberCount"
| "invited",
| "name"
| "id"
| "url"
| "desc"
| string & object
| "products"
| "idBoards"
| "prefs"
| "premiumFeatures"
| "invitations"
| "displayName"
| "memberships"
| "descData"
| "logoHash"
| "powerUps"
| "website"
| "billableMemberCount"
| "invited">>]>>;
value: ZodBoolean;
}, $strip>;Defined in: parameters/deactivateEnterpriseMember.ts:4