ColumnStringMap
Defines a map of Columns with a String value
TypeScript
export type ColumnStringMap = {
[columnId: string]: string;
};Defines a map of Columns with a String value
export type ColumnStringMap = {
[columnId: string]: string;
};