import * as t from "io-ts"; //#region generated/ChipMY9862ExtendProperty.d.ts declare const ChipMY9862ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ CompensationMode: t.Type; LowAshImprovement: t.Type; FirstSweepCompensation: t.Type; EliminateGhostingSet: t.Type; }>]>; /** * Codec for {@link ChipMY9862ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:58273 */ declare const ChipMY9862ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ CompensationMode: t.Type; LowAshImprovement: t.Type; FirstSweepCompensation: t.Type; EliminateGhostingSet: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipMY9862ExtendProperty">; }>]>; interface ChipMY9862ExtendProperty extends t.TypeOf {} //#endregion export { ChipMY9862ExtendPropertyBase as n, ChipMY9862ExtendProperty as t }; //# sourceMappingURL=ChipMY9862ExtendProperty-4L1sW0st.d.mts.map