Interface BallotListResponseItem

interface BallotListResponseItem {
    ballot: BallotListResponseEnum;
    pkh: string;
}

Properties

Properties

pkh: string

Generated using TypeDoc