type EchoReqBody = {
    dataToSend: string
}


export type { EchoReqBody }