Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MySqlVariable

import type { MySqlVariable } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

MySql variable.

interface MySqlVariable {
category?: string;
value?: string;
variable?: string;
}

§Properties

§
category?: string
[src]

Required. The variable category.

§
value?: string
[src]

Required. The variable value.

§
variable?: string
[src]

Required. The variable name.