UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 196 B
import { Ip } from '../Ip'; /** Your reverse records on IP */ export interface ReverseIp { /** */ ipReverse: Ip; /** */ reverse: string; } //# sourceMappingURL=ReverseIp.d.ts.map