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

    Interface UpdateIgnDto

    Data Transfer Object for updating a user's In-Game Name.

    interface UpdateIgnDto {
        ign: string;
    }
    Index

    Properties

    Properties

    ign: string

    The new IGN to set.