mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2025-05-04 20:39:53 +00:00
8 lines
239 B
TypeScript
8 lines
239 B
TypeScript
export * from './create.process';
|
|
export * from './default.process';
|
|
export * from './delete.process';
|
|
export * from './list.process';
|
|
export * from './pagination.process';
|
|
export * from './read.process';
|
|
export * from './update.process';
|