//#region generated/FlashCheckErrorType.d.ts /** @category Enums */ declare enum FlashCheckErrorTypeEnum { CommunicationError = 0, HardwareError = 1, CorrectionCodeError = 2, FlashTopologyError = 3 } /** * Codec for {@link FlashCheckErrorTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:72878 */ declare const FlashCheckErrorType: import("io-ts").Type; //#endregion export { FlashCheckErrorType, FlashCheckErrorTypeEnum }; //# sourceMappingURL=FlashCheckErrorType.d.cts.map