UNPKG

cloudways-js-client

Version:

A client library to power your applications with Cloudways API

13 lines (11 loc) 192 B
/** * Interface to get server transfer status */ export interface getServerTransferResponse { share: null | any; transfer: { id: string; name: string; email: string; }; }