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