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

    Interface AddStrikeDto

    Data Transfer Object for adding a strike to a user.

    interface AddStrikeDto {
        reason?: string | null;
        stafferId: string;
    }
    Index

    Properties

    Properties

    reason?: string | null

    The reason for the strike.

    stafferId: string

    The identifier of the staff member issuing the strike.