Initial data model.
This commit is contained in:
4
src/model/invitation.ts
Normal file
4
src/model/invitation.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type Invitation = {
|
||||
opened: boolean;
|
||||
submitted: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user