import * as t from "io-ts"; //#region generated/GraphicsDVIPortInfo.d.ts /** * Codec for interface {@link GraphicsDVIPortInfo} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:68023 */ declare const GraphicsDVIPortInfo: t.IntersectionC<[t.TypeC<{ DviPortCols: t.Type; DviPortRows: t.Type; GraphicsWidth: t.Type; GraphicsHeight: t.Type; }>, t.PartialC<{}>]>; interface GraphicsDVIPortInfo extends t.TypeOf {} //#endregion export { GraphicsDVIPortInfo }; //# sourceMappingURL=GraphicsDVIPortInfo.d.mts.map