connection-status.ts 79 B

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