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';