UNPKG

@linenext/dapp-portal-sdk

Version:

Dapp Portal SDK

6 lines (5 loc) 174 B
export interface ExtensionErrorResponse { code: number; message: string; } export declare function isExtensionErrorResponse(err: any): err is ExtensionErrorResponse;