import * as t from "io-ts"; //#region generated/ChipSUM2028ExtendProperty.d.ts declare const ChipSUM2028ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ ColorCompensate: t.Type; UpdataType: t.Type; OEType: t.Type; SetDisapparate: t.Type; }>, t.PartialC<{ SetFrequency: t.Type; SetConstantCurrent: t.Type; }>]>; /** * Codec for {@link ChipSUM2028ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:62491 */ declare const ChipSUM2028ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ ColorCompensate: t.Type; UpdataType: t.Type; OEType: t.Type; SetDisapparate: t.Type; }>, t.PartialC<{ SetFrequency: t.Type; SetConstantCurrent: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipSUM2028ExtendProperty">; }>]>; interface ChipSUM2028ExtendProperty extends t.TypeOf {} //#endregion export { ChipSUM2028ExtendPropertyBase as n, ChipSUM2028ExtendProperty as t }; //# sourceMappingURL=ChipSUM2028ExtendProperty-dvWJeJoG.d.mts.map