export interface Pong {
    msg: string;
}
