interface Voter {
    timestamp: string;
    username: string;
    voted: string[];
}

Properties

timestamp: string
username: string
voted: string[]