OneSDK
    Preparing search index...

    Interface Voter

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

    Properties

    timestamp: string
    username: string
    voted: string[]