PreCheckResponse
import type { PreCheckResponse } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
Structured PreCheckResponse containing message, type, and required actions.
interface PreCheckResponse {
actionsRequired?: string[];
message?: string;
messageType?:
} | "MESSAGE_TYPE_UNSPECIFIED"
| "INFO"
| "WARNING"
| "ERROR";