UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

6 lines (5 loc) 109 B
interface ChangePassword { new_password: string; old_password?: string; } export { ChangePassword };