type export

This commit is contained in:
Niels Lyngsø
2024-11-04 12:39:31 +01:00
parent 3c4c4cb0f2
commit e0fca6fa7b

View File

@@ -1,4 +1,4 @@
export * from './entity-create-option-action-base.js';
export * from './entity-create-option-action.extension.js';
export * from './entity-create-option-action.interface.js';
export * from './types.js';
export type * from './types.js';