make api optional until fully implemented
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user