import * as t from "io-ts"; //#region generated/IrregularPointInfo.d.ts /** * Codec for interface {@link IrregularPointInfo} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:38001 */ declare const IrregularPointInfo: t.IntersectionC<[t.TypeC<{ CopyDG: t.Type; }>, t.PartialC<{ Scan: t.Type; Pos: t.Type; DG: t.Type; PointX: t.Type; PointY: t.Type; }>]>; interface IrregularPointInfo extends t.TypeOf {} //#endregion export { IrregularPointInfo }; //# sourceMappingURL=IrregularPointInfo.d.mts.map