connection-status.ts 78 B

1234
  1. export type ConnectionStatus = {
  2. error?: Error,
  3. workspaceName?: string,
  4. }