Merge remote-tracking branch 'origin/main' into feature/add-extension-interfaces
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user