export type Status = { isOnline: boolean; isConnected: boolean; }