UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

9 lines (8 loc) 177 B
/** * Model that will be sent to Host app through Universal bridge */ export interface UniversalBridgeInfo { key?: string; value?: string; description?: string; }