Interface MemberGroup

interface MemberGroup {
    label: string;
    member_group_id: string;
}

Properties

label: string
member_group_id: string