UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

7 lines (6 loc) 132 B
export interface INetworkInterface { gateway: string; ip_address: string; netmask: string | number; type: string; }