Merge remote-tracking branch 'origin/main' into feature/add-extension-interfaces

This commit is contained in:
Niels Lyngsø
2023-04-26 14:23:49 +02:00
105 changed files with 2383 additions and 4743 deletions

View File

@@ -6,15 +6,12 @@ export interface ManifestWorkspaceViewCollection
type: 'workspaceViewCollection';
meta: MetaEditorViewCollection;
}
// TODO: Get rid of store alias, when we are done migrating to repositories(remember to enforce repositoryAlias):
export interface MetaEditorViewCollection {
pathname: string;
label: string;
icon: string;
entityType: string;
storeAlias?: string;
repositoryAlias?: string;
repositoryAlias: string;
}
export interface ConditionsEditorViewCollection {