Interface TTransferTeamResult

Hierarchy

  • TTransferTeamResult

Properties

Properties

from: {
    account: string;
    id: string;
    type: TeamMemberType;
    updateTime: number;
}

Type declaration

  • account: string
  • id: string
  • type: TeamMemberType
  • updateTime: number
team: Team
to: {
    account: string;
    id: string;
    type: TeamMemberType;
    updateTime: number;
}

Type declaration

  • account: string
  • id: string
  • type: TeamMemberType
  • updateTime: number

Generated using TypeDoc