export default interface HeartbeatResponse {
    currentTime: string;
}
