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

DumpFlag

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

Dump flag definition.

interface DumpFlag {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

The name of the flag

§
value?: string
[src]

The value of the flag.