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) • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StartRecordingRequest = void 0;
class StartRecordingRequest {
constructor() {
this.msgName = StartRecordingRequest.msgName;
}
}
exports.StartRecordingRequest = StartRecordingRequest;
StartRecordingRequest.msgName = 'START_RECORDING_REQUEST';