export interface DotCode {
    value: string;
    description: string;
    column: string;
}
