CheckStatusResponse
import type { CheckStatusResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";
The status of the connector.
interface CheckStatusResponse {
description?: string;
metadata?: {};
[key: string]: {};
[key: string]: any;
state?:
} | "STATE_UNSPECIFIED"
| "ACTIVE"
| "ERROR"
| "AUTH_ERROR";