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];