export interface Pong {
  msg: string; // "PONG" si la solicitud fue exitosa
}
