Type Alias StratColumn

StratColumn: {
    id: string;
    name: string;
    type: string;
    units: StratColumnUnit[];
}

Type declaration