special branch without tests stuffs

This commit is contained in:
simplonco
2023-01-01 14:53:26 +01:00
parent 432a7dfdd5
commit 104fa23746
149 changed files with 0 additions and 49264 deletions

View File

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