Skip to content

Variable: UpdateMemberNotificationChannelSettingSchema

ts
const UpdateMemberNotificationChannelSettingSchema: ZodObject<{
  blockedKeys: ZodUnion<readonly [ZodCustom<
     | string & object
     | "notification_comment_card"
     | "notification_added_a_due_date"
     | "notification_changed_due_date"
     | "notification_card_due_soon"
     | "notification_removed_from_card"
     | "notification_added_attachment_to_card"
     | "notification_created_card"
     | "notification_moved_card"
     | "notification_archived_card"
     | "notification_unarchived_card", 
     | string & object
     | "notification_comment_card"
     | "notification_added_a_due_date"
     | "notification_changed_due_date"
     | "notification_card_due_soon"
     | "notification_removed_from_card"
     | "notification_added_attachment_to_card"
     | "notification_created_card"
     | "notification_moved_card"
     | "notification_archived_card"
     | "notification_unarchived_card">, ZodArray<ZodCustom<
     | string & object
     | "notification_comment_card"
     | "notification_added_a_due_date"
     | "notification_changed_due_date"
     | "notification_card_due_soon"
     | "notification_removed_from_card"
     | "notification_added_attachment_to_card"
     | "notification_created_card"
     | "notification_moved_card"
     | "notification_archived_card"
     | "notification_unarchived_card", 
     | string & object
     | "notification_comment_card"
     | "notification_added_a_due_date"
     | "notification_changed_due_date"
     | "notification_card_due_soon"
     | "notification_removed_from_card"
     | "notification_added_attachment_to_card"
     | "notification_created_card"
     | "notification_moved_card"
     | "notification_archived_card"
    | "notification_unarchived_card">>]>;
  channel: ZodCustom<"email" | string & object, "email" | string & object>;
  id: ZodUnion<readonly [ZodString, ZodString]>;
}, $strip>;

Defined in: parameters/updateMemberNotificationChannelSetting.ts:5