add host to interface
This commit is contained in:
committed by
Jacob Overgaard
parent
a690566209
commit
52d21590b0
@@ -1,6 +1,8 @@
|
||||
import { Observable } from 'rxjs';
|
||||
import { UmbControllerHostInterface } from '@umbraco-cms/controller';
|
||||
|
||||
export interface UmbWorkspaceContextInterface<T = unknown> {
|
||||
host: UmbControllerHostInterface;
|
||||
repository: any; // TODO: add type
|
||||
isNew: Observable<boolean>;
|
||||
getIsNew(): boolean;
|
||||
|
||||
Reference in New Issue
Block a user