Action of removing participants from a request.

interface CustomerRequestActionDto {
    allowed?: boolean;
}

Properties

Properties

allowed?: boolean

Indicates whether the user can undertake the action (true) or not (false).