Message
import type { Message } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
Represents a notice or warning message from the database.
interface Message {
message?: string;
severity?: string;
}import type { Message } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
Represents a notice or warning message from the database.