Class IgnoreWaitRequestDto.

IgnoreWaitRequestDto

interface IgnoreWaitRequestDto {
    IgnoreWait?: boolean;
}

Properties

Properties

IgnoreWait?: boolean

Gets or sets a value indicating whether the client should be ignored.

IgnoreWaitRequestDto