import { HubConnection } from "@microsoft/signalr" import { Ref } from "vue" export interface SignalRConnection { connectionStarted: Ref connection: HubConnection }