finalizing team support
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ export interface Member {
|
||||
canCreate: boolean;
|
||||
canUpdate: boolean;
|
||||
canDelete: boolean;
|
||||
user: OptionalExcluding<User, "username" | "name" | "id">;
|
||||
user: OptionalExcluding<User, "email" | "username" | "name" | "id">;
|
||||
}
|
||||
|
||||
export interface CollectionIncludingMembersAndLinkCount
|
||||
|
||||
Reference in New Issue
Block a user