UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 152 B
/** DNS zone import */ export interface Import { /** Zone file that will be imported */ zoneFile: string; } //# sourceMappingURL=Import.d.ts.map