fix: workspace invitations response updated (#3321)

This commit is contained in:
Anmol Singh Bhatia 2024-01-05 23:42:52 +05:30 committed by sriram veeraghanta
parent efd3ebf067
commit 0a05aef046
4 changed files with 18 additions and 14 deletions

View file

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