OneSDK
    Preparing search index...

    Interface Winner

    interface Winner {
        count: number;
        id: string;
        user: Voter;
    }
    Index

    Properties

    Properties

    count: number
    id: string
    user: Voter