Type alias NotificationOutboxMessage

NotificationOutboxMessage: {
    notification: Notification;
    taskMetadata?: {
        created: number;
        remainingRetries: number;
        scheduled: number;
    };
}

Type declaration

  • notification: Notification
  • Optional taskMetadata?: {
        created: number;
        remainingRetries: number;
        scheduled: number;
    }
    • created: number
    • remainingRetries: number
    • scheduled: number

Generated using TypeDoc