8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
export declare class AppService {
|
|
getHealth(): {
|
|
status: string;
|
|
service: string;
|
|
timestamp: string;
|
|
};
|
|
}
|