A pending safety check for the computer call.

interface AcknowledgedSafetyCheck {
    code?: null | string;
    id: string;
    message?: null | string;
}

Properties

Properties

code?: null | string

The type of the pending safety check.

id: string

The ID of the pending safety check.

message?: null | string

Details about the pending safety check.