UNPKG

@inworld/web-core

Version:
11 lines (10 loc) 228 B
export class OperationStatusEvent { constructor({ status }) { this.status = status; } static fromProto(proto) { return new OperationStatusEvent({ status: proto.status, }); } }