Interface Vote

interface Vote {
    action: string;
    updated: string;
    voter_id: number;
}

Properties

action: string
updated: string
voter_id: number