Type alias ScheduledNotification

ScheduledNotification: ScheduledNotificationInput & {
    identifier: string;
    content: {
        title: string;
        data: {
            type: "embed";
            client: string;
        };
    };
}

Type declaration

  • identifier: string
  • content: {
        title: string;
        data: {
            type: "embed";
            client: string;
        };
    }
    • title: string
    • data: {
          type: "embed";
          client: string;
      }
      • type: "embed"
      • client: string