ft_transcendence/pong/node_modules/@nestjs/common/interfaces/hooks/index.d.ts
2023-05-02 19:15:50 +02:00

6 lines
241 B
TypeScript

export * from './before-application-shutdown.interface';
export * from './on-application-bootstrap.interface';
export * from './on-application-shutdown.interface';
export * from './on-destroy.interface';
export * from './on-init.interface';