//#region generated/AutoSetStepType.d.ts /** @category Enums */ declare enum AutoSetStepTypeEnum { Module = 0, OE = 1, ModuleDataGroup = 2, DataGroupSequence = 3, RGBMapping = 4, ScanType = 5, ScanLineArray = 6, ScanLineArray_NoCode = 7, UnusedScan = 8, FirstScanLine = 9, PointDistribute = 10, New_OE = 11, New_RGBMapping = 12, New_DataGroup = 13, New_IrregularDataGroup = 14, New_ScanType = 15, New_PointDistribute = 16, New_Complete = 17, None = 18 } /** * Codec for {@link AutoSetStepTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:74272 */ declare const AutoSetStepType: import("io-ts").Type; //#endregion export { AutoSetStepType, AutoSetStepTypeEnum }; //# sourceMappingURL=AutoSetStepType.d.mts.map