askui
Version:
Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on
11 lines (10 loc) • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StopRecordingRequest = void 0;
class StopRecordingRequest {
constructor() {
this.msgName = StopRecordingRequest.msgName;
}
}
exports.StopRecordingRequest = StopRecordingRequest;
StopRecordingRequest.msgName = 'STOP_RECORDING_REQUEST';