//#region generated/CommonIrCabinetType.d.ts /** @category Enums */ declare enum CommonIrCabinetTypeEnum { None = 0, FourDoor = 1, ThreeDoor = 2 } /** * Codec for {@link CommonIrCabinetTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ProtocolEnum.decompiled.cs:2236 */ declare const CommonIrCabinetType: import("io-ts").Type; //#endregion export { CommonIrCabinetType, CommonIrCabinetTypeEnum }; //# sourceMappingURL=CommonIrCabinetType.d.mts.map