import { RGBCIETypeEnum } from "./RGBCIEType.mjs"; import * as t from "io-ts"; //#region generated/ColorRestoreInfoList.d.ts /** * Codec for interface {@link ColorRestoreInfoList} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:72542 */ declare const ColorRestoreInfoList: t.IntersectionC<[t.TypeC<{ SelectedPortName: t.StringC; AddColorRestoreInfo: t.ArrayC; ColorRestoreName: t.StringC; }>, t.PartialC<{ ColorTempertureValue: t.Type; OriganalCIE: t.PartialC<{ BLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; GLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; RLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; WLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; }>; TagetCIE: t.PartialC<{ BLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; GLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; RLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; WLed: t.PartialC<{ Cx: t.Type; Cy: t.Type; Y: t.Type; }>; }>; }>]>>; }>, t.PartialC<{ ScreenIndex: t.Type; }>]>; interface ColorRestoreInfoList extends t.TypeOf {} //#endregion export { ColorRestoreInfoList }; //# sourceMappingURL=ColorRestoreInfoList.d.mts.map