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

    Interface RemoveStrikeDto

    Data Transfer Object for manually removing a specific strike.

    interface RemoveStrikeDto {
        reason?: string | null;
        removedBy: string;
    }
    Index

    Properties

    Properties

    reason?: string | null

    The reason for removing the strike.

    removedBy: string

    The identifier of the staff member removing the strike.