interface State_ElectionType {
    uid: string;
    electionType: string;
    state: number;
}

Properties

uid: string
electionType: string
state: number

Generated using TypeDoc