//#region generated/PasswordLogType.d.ts /** @category Enums */ declare enum PasswordLogTypeEnum { ADVANCED_USER_PW = 0, DEBUGER_USER_PW = 1, DEMOUGER_USER_PW = 2 } /** * Codec for {@link PasswordLogTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:74143 */ declare const PasswordLogType: import("io-ts").Type; //#endregion export { PasswordLogType, PasswordLogTypeEnum }; //# sourceMappingURL=PasswordLogType.d.mts.map