import * as t from "io-ts"; //#region generated/Chip5359ExtendProperty.d.ts declare const Chip5359ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ OpenDetectionVoltage: t.Type; CloseDetectionVoltage: t.Type; CoarseGrade: t.Type; AdvancedLowGayCompensation: t.Type; LowGayCompensation: t.Type; }>]>; /** * Codec for {@link Chip5359ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:48188 */ declare const Chip5359ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.PartialC<{ OpenDetectionVoltage: t.Type; CloseDetectionVoltage: t.Type; CoarseGrade: t.Type; AdvancedLowGayCompensation: t.Type; LowGayCompensation: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"Chip5359ExtendProperty">; }>]>; interface Chip5359ExtendProperty extends t.TypeOf {} //#endregion export { Chip5359ExtendPropertyBase as n, Chip5359ExtendProperty as t }; //# sourceMappingURL=Chip5359ExtendProperty-D27YNyiU.d.cts.map