mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2025-05-24 22:24:05 +00:00
5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
export * from './prisma.module';
|
|
export * from './prisma.service';
|
|
export * from './constants';
|
|
export * from './processes/list.process';
|