File size: 58 Bytes
4327358
 
 
1
2
3
4
export class PingResponse {
  message: string = 'pong';
}