Variable: GetMemberSchema
ts
const GetMemberSchema: ZodObject<{
actions: ZodOptional<ZodString>;
boardBackgrounds: ZodOptional<ZodCustom<"default" | "all" | "none" | "custom" | string & object | "premium", "default" | "all" | "none" | "custom" | string & object | "premium">>;
boards: ZodOptional<ZodString>;
boardsInvited: ZodOptional<ZodCustom<
| "closed"
| "open"
| "public"
| "organization"
| string & object
| "pinned"
| "starred"
| "members"
| "unpinned",
| "closed"
| "open"
| "public"
| "organization"
| string & object
| "pinned"
| "starred"
| "members"
| "unpinned">>;
boardsInvitedFields: 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">>]>>;
boardStars: ZodOptional<ZodBoolean>;
cards: ZodOptional<ZodString>;
customBoardBackgrounds: ZodOptional<ZodCustom<"all" | "none" | string & object, "all" | "none" | string & object>>;
customEmoji: ZodOptional<ZodCustom<"all" | "none" | string & object, "all" | "none" | string & object>>;
customStickers: ZodOptional<ZodCustom<"all" | "none" | string & object, "all" | "none" | string & object>>;
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: ZodUnion<readonly [ZodString, ZodString]>;
notifications: ZodOptional<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">>]>>;
organizationPaidAccount: ZodOptional<ZodBoolean>;
organizations: ZodOptional<ZodCustom<"all" | "none" | "public" | string & object | "members", "all" | "none" | "public" | string & object | "members">>;
organizationsInvited: ZodOptional<ZodCustom<"all" | "none" | "public" | string & object | "members", "all" | "none" | "public" | string & object | "members">>;
organizationsInvitedFields: 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">>]>>;
paidAccount: ZodOptional<ZodBoolean>;
savedSearches: ZodOptional<ZodBoolean>;
tokens: ZodOptional<ZodCustom<"all" | "none" | string & object, "all" | "none" | string & object>>;
}, $strip>;Defined in: parameters/getMember.ts:4