@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
19 lines (17 loc) • 383 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ErrorPosition = exports.ErrorResult = void 0;
class ErrorResult {
filePath;
type;
message;
position;
resolved;
}
exports.ErrorResult = ErrorResult;
class ErrorPosition {
line;
character;
}
exports.ErrorPosition = ErrorPosition;
//# sourceMappingURL=error-result.js.map