Files
lintujamaslo/src/model/invitation.ts
2021-10-24 20:03:53 +03:00

4 lines
73 B
TypeScript

export type Invitation = {
opened: boolean;
submitted: boolean;
}