@reekon-tools/boldr-utils 1.4.26 → 1.4.28
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.
|
@@ -190,6 +190,8 @@ export interface Group extends FirestoreDoc, Timestamps {
|
|
|
190
190
|
finishDate: string;
|
|
191
191
|
};
|
|
192
192
|
path?: string;
|
|
193
|
+
groups: Group[];
|
|
194
|
+
sections: Section[];
|
|
193
195
|
}
|
|
194
196
|
export declare enum ColumnType {
|
|
195
197
|
Text = "text",
|
|
@@ -296,6 +298,9 @@ export interface LabelCell {
|
|
|
296
298
|
columnId: string;
|
|
297
299
|
columnType: ColumnType;
|
|
298
300
|
index?: number;
|
|
301
|
+
isFormula?: boolean;
|
|
302
|
+
result?: number;
|
|
303
|
+
label?: string;
|
|
299
304
|
};
|
|
300
305
|
}
|
|
301
306
|
export declare enum Units {
|