move entity action extension types
This commit is contained in:
@@ -2,6 +2,7 @@ export * from './common/index.js';
|
||||
export * from './entity-action-base.js';
|
||||
export * from './entity-action-list.element.js';
|
||||
export * from './entity-action.event.js';
|
||||
export * from './entity-action.extension.js';
|
||||
export * from './entity-action.interface.js';
|
||||
export * from './types.js';
|
||||
export type * from './entity-action-element.interface.js';
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
export type * from './app-entry-point.extension.js';
|
||||
export type * from './backoffice-entry-point.extension.js';
|
||||
export type * from './entity-action.extension.js';
|
||||
export type * from './entity-bulk-action.extension.js';
|
||||
export type * from './entry-point.extension.js';
|
||||
export type * from './external-login-provider-element.interface.js';
|
||||
|
||||
Reference in New Issue
Block a user