A pending safety check for the computer call.

interface AcknowledgedSafetyCheck {
    code: string;
    id: string;
    message: string;
}

Properties

Properties

code: string

The type of the pending safety check.

id: string

The ID of the pending safety check.

message: string

Details about the pending safety check.