Openstatus www.openstatus.dev
at 4c0f4c00a38753a5d0dfd7e7b7b7706dec6f1503 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];