chore: update project members type (#1459)

This commit is contained in:
Aaryan Khandelwal 2023-07-05 00:56:15 +05:30 committed by GitHub
parent e530533f9e
commit c3fe221e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;