UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 281 B
/** Auto renewal information */ export interface NicAutorenewInfos { /** Renewal active or not */ active: boolean; /** give the last renew */ lastRenew?: string; /** give the renewal day */ renewDay: number; } //# sourceMappingURL=NicAutorenewInfos.d.ts.map