forked from github/plane
chore: update project members type (#1459)
This commit is contained in:
parent
e530533f9e
commit
c3fe221e7a
4
apps/app/types/projects.d.ts
vendored
4
apps/app/types/projects.d.ts
vendored
@ -80,8 +80,8 @@ type ProjectViewTheme = {
|
|||||||
export interface IProjectMember {
|
export interface IProjectMember {
|
||||||
id: string;
|
id: string;
|
||||||
member: IUserLite;
|
member: IUserLite;
|
||||||
project: IProject;
|
project: IProjectLite;
|
||||||
workspace: IWorkspace;
|
workspace: IWorkspaceLite;
|
||||||
comment: string;
|
comment: string;
|
||||||
role: 5 | 10 | 15 | 20;
|
role: 5 | 10 | 15 | 20;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user