Interface TeamMemberActiveMembershipResponse

Hierarchy

  • TeamMemberActiveMembershipResponse

Properties

member: UserResponse
memberships: {
    active: {
        commitmentPercent: number;
        from: string;
        id: number;
        role: RoleResponse;
        self: string;
        to: string;
    };
    self: SelfResponse;
}

Type declaration

  • active: {
        commitmentPercent: number;
        from: string;
        id: number;
        role: RoleResponse;
        self: string;
        to: string;
    }
    • commitmentPercent: number
    • from: string
    • id: number
    • role: RoleResponse
    • self: string
    • to: string
  • self: SelfResponse
self: string

Generated using TypeDoc