UNPKG

@balte/emberplus-connection

Version:
12 lines (11 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvocationResultImpl = void 0; class InvocationResultImpl { constructor(id, success, result) { this.id = id; this.success = success; this.result = result; } } exports.InvocationResultImpl = InvocationResultImpl;