NotificationOptions: { type: "info" | "warning" | "error"; title: string; message: string }

Type declaration

  • type: "info" | "warning" | "error"

    'info', 'warning', or 'error'. Required

  • title: string

    The title of the push notification. Required

  • message: string

    Message body of the push notification. Required

Generated using TypeDoc