Merge branch 'main' into aggregation

This commit is contained in:
rijkvanzanten
2021-06-09 14:16:36 -04:00
529 changed files with 36532 additions and 32331 deletions

View File

@@ -8,6 +8,7 @@ export type CollectionMeta = {
singleton: boolean;
icon: string | null;
translations: Record<string, string>;
item_duplication_fields: string[] | null;
accountability: 'all' | 'accountability' | null;
};