Interface ParsedColumnEnum

interface ParsedColumnEnum {
    intSize: 8 | 16;
    sourceType: string;
    type: "Enum";
    values: Record<number, string>;
}

Properties

intSize: 8 | 16

UInt8 or UInt16

sourceType: string
type: "Enum"
values: Record<number, string>

Index to name