interface Voted {
    action: string;
    module: string;
    poll: string;
    state: string;
    voter: string;
}

Properties

action: string
module: string
poll: string
state: string
voter: string

Generated using TypeDoc