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

    Interface MapBanDto

    Data Transfer Object for banning a map during the draft.

    interface MapBanDto {
        captainId: number;
        mapId: string;
    }
    Index

    Properties

    Properties

    captainId: number
    mapId: string