This commit is contained in:
Cristiano
2025-12-02 08:34:58 +01:00
parent 5b1030570f
commit 4b3faa236d
37 changed files with 178 additions and 495 deletions

View File

@@ -7,12 +7,10 @@ export * from './create-user-dto';
export * from './get-author-dto';
export * from './get-book-dto';
export * from './get-loan-dto';
export * from './get-login-connect-dto';
export * from './get-login-dto';
export * from './get-user-dto';
export * from './patch-loan-dto';
export * from './update-author-dto';
export * from './update-book-dto';
export * from './update-loan-dto';
export * from './update-login-dto';
export * from './update-loan-effective-return-date-dto';
export * from './update-user-dto';