UNPKG

95 BTypeScriptView Raw
1export interface Invite {
2 inviteCode: string;
3 email: string;
4 sentStatus: string;
5}