import * as t from "io-ts"; //#region generated/ChipTLC5929ExtendProperty.d.ts declare const ChipTLC5929ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ IDMWorkTime: t.Type; }>, t.PartialC<{ IsPowerMode: t.Type; IDMWorkCurrent: t.Type; InspectionType: t.Type; }>]>; /** * Codec for {@link ChipTLC5929ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:60534 */ declare const ChipTLC5929ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ IDMWorkTime: t.Type; }>, t.PartialC<{ IsPowerMode: t.Type; IDMWorkCurrent: t.Type; InspectionType: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipTLC5929ExtendProperty">; }>]>; interface ChipTLC5929ExtendProperty extends t.TypeOf {} //#endregion export { ChipTLC5929ExtendPropertyBase as n, ChipTLC5929ExtendProperty as t }; //# sourceMappingURL=ChipTLC5929ExtendProperty-C4UwI5Fh.d.cts.map