UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

9 lines (8 loc) 168 B
interface CompletePasswordReset { code: string; email?: string; key?: string; password: string; phone?: string; } export { CompletePasswordReset };