//#region generated/CharByteSequenceType.d.ts /** @category Enums */ declare enum CharByteSequenceTypeEnum { UpDown_LeftRight = 0, UpDown_RightLeft = 1, DownUp_LeftRight = 2, DownUp_RightLeft = 3, LeftRight_UpDown = 4, LeftRight_DownUp = 5, RightLeft_UpDown = 6, RightLeft_DownUp = 7 } /** * Codec for {@link CharByteSequenceTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:73680 */ declare const CharByteSequenceType: import("io-ts").Type; //#endregion export { CharByteSequenceType, CharByteSequenceTypeEnum }; //# sourceMappingURL=CharByteSequenceType.d.cts.map