export enum PrimitifType {
    boolean,
    decimal,
    integer,
    name,
    qualified,
    text,
}
