Skip to content

Variable: GetNotificationOrganizationSchema

ts
const GetNotificationOrganizationSchema: ZodObject<{
  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">>]>>;
  id: ZodString;
}, $strip>;

Defined in: parameters/getNotificationOrganization.ts:4