//#region generated/DetectPointType.d.ts /** @category Enums */ declare enum DetectPointTypeEnum { EarlyDeath = 0, OpenCircuit = 1, ShortCircuit = 2, BothDivision = 3, BothNoDivision = 4, FourTypesCircuit = 5, FiveTypesAllIn = 6, None = 7 } /** * Codec for {@link DetectPointTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:9037 */ declare const DetectPointType: import("io-ts").Type; //#endregion export { DetectPointTypeEnum as n, DetectPointType as t }; //# sourceMappingURL=DetectPointType-9qmZzbjg.d.mts.map