//#region generated/CustomGammaType.d.ts /** @category Enums */ declare enum CustomGammaTypeEnum { CustomGamma = 0, ChipGamma = 1 } /** * Codec for {@link CustomGammaTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:71466 */ declare const CustomGammaType: import("io-ts").Type; //#endregion export { CustomGammaType, CustomGammaTypeEnum }; //# sourceMappingURL=CustomGammaType.d.mts.map