@trezor/connect
Version:
High-level javascript interface for Trezor hardware wallet.
17 lines • 763 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChangeLanguage = void 0;
const schema_utils_1 = require("@trezor/schema-utils");
exports.ChangeLanguage = schema_utils_1.Type.Union([
schema_utils_1.Type.Object({
binary: schema_utils_1.Type.Optional(schema_utils_1.Type.Undefined()),
language: schema_utils_1.Type.String(),
baseUrl: schema_utils_1.Type.Optional(schema_utils_1.Type.String()),
}),
schema_utils_1.Type.Object({
binary: schema_utils_1.Type.ArrayBuffer(),
language: schema_utils_1.Type.Optional(schema_utils_1.Type.Undefined()),
baseUrl: schema_utils_1.Type.Optional(schema_utils_1.Type.Undefined()),
}),
]);
//# sourceMappingURL=changeLanguage.js.map