Skip to content

Commit

Permalink
feat: added invite model
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Jun 29, 2020
1 parent c944941 commit 7451456
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { DGTEntity } from '@digita/dgt-shared-data/public-api';

export interface DGTInvite extends DGTEntity {
subject: string;
justification: string;
}

0 comments on commit 7451456

Please sign in to comment.