import { PeripheralsTypeEnum } from "./PeripheralsType.cjs"; import * as t from "io-ts"; //#region generated/PeripheralsLocation.d.ts /** * Codec for interface {@link PeripheralsLocation} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:72891 */ declare const PeripheralsLocation: t.PartialC<{ IsEable: t.Type; CommPort: t.StringC; FirstSenderSN: t.StringC; SensorType: t.Type; SenderIndex: t.Type; PortIndex: t.Type; FuncCardIndex: t.Type; SensorIndex: t.Type; }>; interface PeripheralsLocation extends t.TypeOf { SensorType?: PeripheralsTypeEnum; } //#endregion export { PeripheralsLocation }; //# sourceMappingURL=PeripheralsLocation.d.cts.map