UNPKG
@investorid/identity-sdk
Version:
latest (0.4.11)
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
Interact with BlockChain Identities.
github.com/investorid/identity-sdk
investorid/identity-sdk
@investorid/identity-sdk
/
dist
/
lib
/
core
/
events
/
ErrorNotification.event.d.ts
7 lines
(6 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
6
7
export interface ErrorNotificationEvent {
code
: string; name: string; message: string;
details
: object; }