@reekon-tools/boldr-utils 1.6.10 → 1.6.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -220,6 +220,7 @@ export interface Section extends Timestamps {
|
|
|
220
220
|
tableConfig: ColumnConfig[];
|
|
221
221
|
measurements: string[];
|
|
222
222
|
isTemplate?: boolean;
|
|
223
|
+
viewMode?: 'rows' | 'columns' | 'transposed';
|
|
223
224
|
}
|
|
224
225
|
export interface Group extends FirestoreDoc, Timestamps {
|
|
225
226
|
sectionId: string;
|