AcadeDoc/apps/server/src/integrations/storage/interfaces/index.ts
Philipinho a821e37028 Refactoring
* Refactor workspace membership system
* Create setup endpoint
* Use Passport.js
* Several updates and fixes
2024-03-16 22:58:12 +00:00

2 lines
81 B
TypeScript

export * from './storage-driver.interface';
export * from './storage.interface';