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

FlattenInstruction

import type { FlattenInstruction } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

An instruction that copies its inputs (zero or more) to its (single) output.

interface FlattenInstruction {
inputs?: InstructionInput[];
}

§Properties

§

Describes the inputs to the flatten instruction.