/** 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