unique alias should only be a string
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { ContextToken } from '@umbraco-cms/context-api';
|
||||
|
||||
export interface UmbControllerInterface<T> {
|
||||
get unique(): string | ContextToken<T>;
|
||||
export interface UmbControllerInterface {
|
||||
get unique(): string;
|
||||
hostConnected(): void;
|
||||
hostDisconnected(): void;
|
||||
destroy(): void;
|
||||
|
||||
Reference in New Issue
Block a user