Type Alias AccountCollaborationInfoResponse
AccountCollaborationInfoResponse: {
id: string;
name: string;
roleType: "OWNER" | "MEMBER";
slug: string;
tenant: string;
}
Type declaration
id: string
name: string
roleType: "OWNER" | "MEMBER"
slug: string
tenant: string
Account ID