gohorsejobs/backoffice/src/auth/index.ts

3 lines
101 B
TypeScript

export * from './auth.module';
export * from './jwt-auth.guard';
export * from './public.decorator';