Skip to content

Variable: GetEnterpriseOrganizationsSchema

ts
const GetEnterpriseOrganizationsSchema: ZodObject<{
  count: ZodOptional<ZodNumber>;
  fields: 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">>]>>;
  filter: ZodOptional<ZodString>;
  id: ZodString;
  startIndex: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: parameters/getEnterpriseOrganizations.ts:4