UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

10 lines (9 loc) 162 B
interface Activate { code: string; dryrun?: boolean; email?: string; key?: string; label?: string; phone?: string; } export { Activate };