forked from github/plane
fix: bug and auth fixes (#1224)
* fix: sign in and invitation page fixes * fix: project and workspace services track event fix * fix: user onboarding complete track event fix * fix: issue track event fix * fix: partial property , issue comment and mark as done issue track event fix * fix: bulk delete , move to cycle or module and issue label track event fix * fix: state , cycle and module track event fix * fix: pages and block track event fix * fix: integration , estimate , importer , analytics and gpt track event fix * fix: view track event fix * fix: build fix * fix: build fix
This commit is contained in:
committed by
GitHub
parent
c127353281
commit
6f2a38ad66
1
apps/app/types/workspace.d.ts
vendored
1
apps/app/types/workspace.d.ts
vendored
@@ -30,6 +30,7 @@ export interface IWorkspaceMemberInvitation {
|
||||
message: string;
|
||||
responded_at: Date;
|
||||
role: 5 | 10 | 15 | 20;
|
||||
created_by_detail: IUser;
|
||||
workspace: IWorkspace;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user