import * as t from "io-ts"; //#region generated/CabinetCorrectLocationSize.d.ts /** * Codec for interface {@link CabinetCorrectLocationSize} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:68544 */ declare const CabinetCorrectLocationSize: t.PartialC<{ IsValid: t.Type; StartCol: t.Type; StartRow: t.Type; Width: t.Type; Height: t.Type; }>; interface CabinetCorrectLocationSize extends t.TypeOf {} //#endregion export { CabinetCorrectLocationSize as t }; //# sourceMappingURL=CabinetCorrectLocationSize-lwsBFtVh.d.mts.map