Interface MemberStatus

interface MemberStatus {
    id: number;
    label: null | MemberStatusLabel;
    type: string;
    value: string;
}

Properties

Properties

id: number
label: null | MemberStatusLabel
type: string
value: string