//#region generated/LEDDisplyType.d.ts /** @category Enums */ declare enum LEDDisplyTypeEnum { SimpleSingleType = 0, StandardType = 1, ComplexType = 2, CommonIrregularType = 3 } /** * Codec for {@link LEDDisplyTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:71346 */ declare const LEDDisplyType: import("io-ts").Type; //#endregion export { LEDDisplyType, LEDDisplyTypeEnum }; //# sourceMappingURL=LEDDisplyType.d.cts.map