Files
event-qr/dist/app.service.d.ts
2025-11-29 12:26:58 +01:00

4 lines
60 B
TypeScript

export declare class AppService {
getHello(): string;
}