do not require api

This commit is contained in:
Niels Lyngsø
2023-02-06 16:01:26 +01:00
parent a2682b2c8c
commit 1a86043763

View File

@@ -11,5 +11,5 @@ export interface MetaWorkspaceAction {
label?: string; //TODO: Use or implement additional label-key
look?: InterfaceLook;
color?: InterfaceColor;
api: any; //TODO: Implement UmbEntityAction
api?: any; //TODO: Implement UmbEntityAction
}