@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
16 lines (14 loc) • 356 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Operation = void 0;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* The generic interface representing an operation returned by {@link Operations}.
*/
class Operation {}
exports.Operation = Operation;
//# sourceMappingURL=Operation.js.map
;