UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 272 B
/** Log entry of an auth attempt to the radius server */ export interface RadiusConnectionLog { /** */ date: string; /** */ login: string; /** */ message: string; /** */ state: string; } //# sourceMappingURL=RadiusConnectionLog.d.ts.map