Type alias BytecodeGenerationCompletionOutput

BytecodeGenerationCompletionOutput: BytecodeGenerationCompletionBase & {
    output: Output;
    type: "output";
}

Type declaration

  • output: Output

    The successfully generated Output.

  • type: "output"

Generated using TypeDoc