UNPKG

@nevis-security/nevis-mobile-authentication-sdk-react

Version:

React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.

13 lines 344 B
/** * Copyright © 2023 Nevis Security AG. All rights reserved. */ /** * The generic interface representing an operation returned by {@link Operations}. */ export declare abstract class Operation { /** * Executes the operation asynchronously. */ abstract execute(): Promise<void>; } //# sourceMappingURL=Operation.d.ts.map