create language via href
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { UmbAction, UmbActionBase } from './action';
|
||||
import { UmbAction, UmbActionBase } from './repository-action';
|
||||
import { UmbControllerHostElement } from '@umbraco-cms/backoffice/controller-api';
|
||||
|
||||
export interface UmbEntityAction<RepositoryType> extends UmbAction<RepositoryType> {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { UmbAction, UmbActionBase } from './action';
|
||||
import { UmbAction, UmbActionBase } from './repository-action';
|
||||
import { UmbControllerHostElement } from '@umbraco-cms/backoffice/controller-api';
|
||||
|
||||
export interface UmbEntityBulkAction<RepositoryType = unknown> extends UmbAction<RepositoryType> {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export * from './action';
|
||||
export * from './repository-action';
|
||||
export * from './entity-action';
|
||||
export * from './entity-bulk-action';
|
||||
export * from './actions';
|
||||
|
||||
Reference in New Issue
Block a user