import { ScanBoardConnectTypeEnum } from "./ScanBoardConnectType.mjs"; import * as t from "io-ts"; //#region generated/OnePortLoadInfo.d.ts /** * Codec for interface {@link OnePortLoadInfo} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.CommonInfoAccessor.decompiled.cs:1297 */ declare const OnePortLoadInfo: t.PartialC<{ Port: t.Type; LineType: t.Type; StartCabCol: t.Type; StartCabRow: t.Type; EndCabCol: t.Type; EndCabRow: t.Type; }>; interface OnePortLoadInfo extends t.TypeOf { LineType?: ScanBoardConnectTypeEnum; } //#endregion export { OnePortLoadInfo }; //# sourceMappingURL=OnePortLoadInfo.d.mts.map