Work to reduce bundles size (prebundle modules)

This commit is contained in:
Zef Hemel
2022-04-13 14:46:52 +02:00
parent a24eaaf4b4
commit 31254d15e6
36 changed files with 431 additions and 179 deletions
+7
View File
@@ -4,3 +4,10 @@ export type PageMeta = {
lastOpened?: number;
created?: boolean;
};
// Used by FilterBox
export type FilterOption = {
name: string;
orderId?: number;
hint?: string;
};