nativescript
Version:
Command-line interface for building NativeScript projects
21 lines • 760 B
JavaScript
//
// automatically generated code; do not edit manually!
//
Object.defineProperty(exports, "__esModule", { value: true });
exports.Messages = void 0;
const yok_1 = require("../yok");
/* tslint:disable:all */
class Messages {
constructor() {
this.Devices = {
NotFoundDeviceByIdentifierErrorMessage: "Devices.NotFoundDeviceByIdentifierErrorMessage",
NotFoundDeviceByIdentifierErrorMessageWithIdentifier: "Devices.NotFoundDeviceByIdentifierErrorMessageWithIdentifier",
NotFoundDeviceByIndexErrorMessage: "Devices.NotFoundDeviceByIndexErrorMessage",
};
}
}
exports.Messages = Messages;
yok_1.injector.register("messages", Messages);
/* tslint:enable */
//# sourceMappingURL=messages.js.map
;