RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface MapVoteDto

    Data Transfer Object for voting on a map during the draft.

    interface MapVoteDto {
        mapId: string;
        userId: number;
    }
    Index

    Properties

    Properties

    mapId: string
    userId: number