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