UNPKG
@nevis-security/nevis-mobile-authentication-sdk-react
Version:
latest (4.3.0)
4.3.0
4.2.0
4.1.0
4.0.0
3.12.0
3.11.0
3.10.0
3.9.1
3.9.0
3.8.0
3.7.3
3.7.2
3.7.1
3.7.0
3.6.1
3.6.0
3.5.2
3.5.1
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
www.nevis.net
@nevis-security/nevis-mobile-authentication-sdk-react
/
lib
/
typescript
/
model
/
typed
/
TypedData.d.ts
8 lines
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Copyright © 2023 Nevis Security AG. All rights reserved. */
export declare
abstract
class
TypedData
<
T
> {
abstract
type:
string
;
abstract
data: T; }
//# sourceMappingURL=TypedData.d.ts.map