UNPKG

@gridscale/api

Version:
5 lines (4 loc) 81 B
import { Ip } from './Ip'; export declare type IpGetResponse = { ip?: Ip; };