UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

8 lines (7 loc) 151 B
interface SendActivationCode { email?: string; phone?: string; locale?: string; voice_call?: boolean; } export { SendActivationCode };