UNPKG

@venly/connect

Version:

Venly Connect SDK

6 lines (5 loc) 117 B
export interface PopupResult { status: 'SUCCESS' | 'ABORTED' | 'FAILED'; result?: any; errors?: any[]; }