make api optional until fully implemented

This commit is contained in:
Mads Rasmussen
2023-02-06 16:17:10 +01:00
parent a2682b2c8c
commit dcf54fae70

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
}