This commit is contained in:
2025-08-04 16:18:30 +09:00
parent 3864eaa965
commit 3daefc7b1b
36 changed files with 349 additions and 92 deletions

View File

@@ -2,5 +2,4 @@ import { AppService } from './app.service';
export declare class AppController {
private readonly appService;
constructor(appService: AppService);
getHello(): string;
}