import * as t from "io-ts"; //#region generated/ChipSUM2030ExtendProperty.d.ts declare const ChipSUM2030ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ IsOpenCircuitProtection: t.Type; }>, t.PartialC<{ IsCustomSecondChipReg: t.Type; RedRegLowValue: t.Type; RedRegHighValue: t.Type; GreenRegLowValue: t.Type; GreenRegHighValue: t.Type; BlueRegLowValue: t.Type; BlueRegHighValue: t.Type; VRedRegLowValue: t.Type; VRedRegHighValue: t.Type; }>]>; /** * Codec for {@link ChipSUM2030ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:62300 */ declare const ChipSUM2030ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ IsOpenCircuitProtection: t.Type; }>, t.PartialC<{ IsCustomSecondChipReg: t.Type; RedRegLowValue: t.Type; RedRegHighValue: t.Type; GreenRegLowValue: t.Type; GreenRegHighValue: t.Type; BlueRegLowValue: t.Type; BlueRegHighValue: t.Type; VRedRegLowValue: t.Type; VRedRegHighValue: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipSUM2030ExtendProperty">; }>]>; interface ChipSUM2030ExtendProperty extends t.TypeOf {} //#endregion export { ChipSUM2030ExtendPropertyBase as n, ChipSUM2030ExtendProperty as t }; //# sourceMappingURL=ChipSUM2030ExtendProperty-CtVkEQqN.d.mts.map