interface TeamMember {
    identity?: IdentityRef;
    isTeamAdmin?: boolean;
}

Properties

identity?: IdentityRef
isTeamAdmin?: boolean