import { n as DetectPointTypeEnum } from "./DetectPointType-9qmZzbjg.mjs"; import { n as ThresholdTypeEnum } from "./ThresholdType-SeNAWzxz.mjs"; import { n as RegisterGroupTypeEnum } from "./RegisterGroupType-B6mL1MND.mjs"; import * as t from "io-ts"; //#region generated/PointDetectParameter.d.ts /** * Codec for interface {@link PointDetectParameter} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:857 */ declare const PointDetectParameter: t.PartialC<{ DetectType: t.Type; IsUseThreshold: t.Type; Threshold: t.Type; ThresholdGradeCount: t.Type; IsNeedConfigRegister: t.Type; ConfigGroupType: t.Type; TheTallyMode: t.Type; DetectTypeValue: t.Type; }>; interface PointDetectParameter extends t.TypeOf { DetectType?: DetectPointTypeEnum; Threshold?: ThresholdTypeEnum; ConfigGroupType?: RegisterGroupTypeEnum; } //#endregion export { PointDetectParameter as t }; //# sourceMappingURL=PointDetectParameter-B6WT40s_.d.mts.map