diff --git a/src/model/invitation.ts b/src/model/invitation.ts deleted file mode 100644 index 7543505..0000000 --- a/src/model/invitation.ts +++ /dev/null @@ -1,4 +0,0 @@ -export type Invitation = { - opened: boolean; - submitted: boolean; -} \ No newline at end of file