interface MemberShip {
    primary: string;
    sub: string;
}

Properties

Properties

primary: string
sub: string