import * as t from "io-ts"; //#region generated/CabinetInDevice.d.ts /** * Codec for interface {@link CabinetInDevice} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.CommonInfoAccessor.decompiled.cs:1407 */ declare const CabinetInDevice: t.PartialC<{ DevID: t.Type; NetPort: t.Type; ConnectID: t.Type; XPos: t.Type; YPos: t.Type; Width: t.Type; Height: t.Type; GroupID: t.Type; RowIndexInScreen: t.Type; ColIndexInScreen: t.Type; DviIndex: t.Type; }>; interface CabinetInDevice extends t.TypeOf {} //#endregion export { CabinetInDevice }; //# sourceMappingURL=CabinetInDevice.d.mts.map