SYMBOL INDEX (8 symbols across 5 files) FILE: src/app.controller.ts class AppController (line 5) | class AppController { method constructor (line 6) | constructor(private readonly appService: AppService) {} method getHello (line 9) | getHello(): string { FILE: src/app.module.ts class AppModule (line 10) | class AppModule {} FILE: src/app.service.ts class AppService (line 4) | class AppService { method getHello (line 5) | getHello(): string { FILE: src/main.ts function bootstrap (line 4) | async function bootstrap() { FILE: src/swagger.ts function bootstrap (line 5) | async function bootstrap() {