Openstatus www.openstatus.dev
at 667a3c951c07121fc1fca68fa28bb40ca64fae2d 10 lines 189 B view raw
1export const notifications = [ 2 { 3 id: 1, 4 name: "Email", 5 provider: "email", 6 value: "max@openstatus.dev", 7 }, 8]; 9 10export type Notification = (typeof notifications)[number];