fix: workspace invitations response updated (#3321)
This commit is contained in:
parent
efd3ebf067
commit
0a05aef046
4 changed files with 18 additions and 14 deletions
10
packages/types/src/workspace.d.ts
vendored
10
packages/types/src/workspace.d.ts
vendored
|
|
@ -1,5 +1,10 @@
|
|||
import { EUserWorkspaceRoles } from "constants/workspace";
|
||||
import type { IProjectMember, IUser, IUserLite, IWorkspaceViewProps } from "@plane/types";
|
||||
import type {
|
||||
IProjectMember,
|
||||
IUser,
|
||||
IUserLite,
|
||||
IWorkspaceViewProps,
|
||||
} from "@plane/types";
|
||||
|
||||
export interface IWorkspace {
|
||||
readonly id: string;
|
||||
|
|
@ -32,8 +37,7 @@ export interface IWorkspaceMemberInvitation {
|
|||
responded_at: Date;
|
||||
role: EUserWorkspaceRoles;
|
||||
token: string;
|
||||
workspace: string;
|
||||
workspace_detail: {
|
||||
workspace: {
|
||||
id: string;
|
||||
logo: string;
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue