@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
13 lines • 333 B
TypeScript
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* Common ancestor for incoming and outgoing call parameters (messages).
*/
export declare abstract class ChannelMessage {
/**
* The identifier of the operation.
*/
abstract operationId: string;
}
//# sourceMappingURL=ChannelMessage.d.ts.map