AccountCollaborationInfoResponse: {
    id: string;
    name: string;
    roleType: "OWNER" | "MEMBER";
    slug: string;
    tenant: string;
}

Type declaration

  • id: string

    Account ID

  • name: string

    Account Name

  • roleType: "OWNER" | "MEMBER"

    Role type of user in Account

  • slug: string

    Account Slug

  • tenant: string

    Account Tenant