team creation clean done
This commit is contained in:
+3
-1
@@ -8,7 +8,9 @@ export class Team {
|
||||
|
||||
allowedUserCount:number;
|
||||
|
||||
createdBy: string;
|
||||
companySite: string;
|
||||
|
||||
createdByUserId: string;
|
||||
createdDate: Timestamp;
|
||||
|
||||
lastUpdatedDate: Timestamp;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import { Timestamp } from "firebase/firestore";
|
||||
|
||||
export class TeamMember {
|
||||
id: string;
|
||||
userId: string;
|
||||
@@ -8,6 +10,9 @@ export class TeamMember {
|
||||
|
||||
role: TeamMemberRole
|
||||
status: TeamMemberStatus
|
||||
|
||||
createdDate: Timestamp
|
||||
lastUpdatedDate: Timestamp
|
||||
}
|
||||
|
||||
export enum TeamMemberRole {
|
||||
|
||||
Reference in New Issue
Block a user