immich/server/src/domain/auth/index.ts
Jason Rasmussen 5423f1c25b
refactor(server): auth dtos (#4881)
* refactor: auth dtos

* chore: open api
2023-11-09 10:14:15 -05:00

3 lines
93 B
TypeScript

export * from './auth.constant';
export * from './auth.dto';
export * from './auth.service';