Openstatus www.openstatus.dev
at 0580c562a6f62100a34f50c6aa910ff8fdb7d519 12 lines 254 B view raw
1export const invitations = [ 2 { 3 id: 1, 4 email: "thibault@openstatus.dev", 5 role: "member", 6 createdAt: "2021-01-01", 7 expiresAt: "2021-01-07", 8 acceptedAt: "2021-01-02", 9 }, 10]; 11 12export type Invitation = (typeof invitations)[number];