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

    Interface CancelGameDto

    Data Transfer Object for cancelling a game.

    interface CancelGameDto {
        reason: string;
    }
    Index

    Properties

    Properties

    reason: string