UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

8 lines (7 loc) 134 B
/** Contact type. */ export interface Contact { id: string; name?: string; email?: string; allEmailList?: string[]; }