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