NotificationAction: {
    type: "embed";
    url: string;
} | {
    type: "hostRoute";
    route: AppHostRoute;
    params?: Record<string, string>;
}

Type declaration

  • type: "embed"
  • url: string

Type declaration

  • type: "hostRoute"
  • route: AppHostRoute
  • Optional params?: Record<string, string>