/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../../index"; import * as Vellum from "../../../../../api/index"; import * as core from "../../../../../core"; export declare const ExecuteWorkflowDeploymentStreamRequest: core.serialization.Schema; export declare namespace ExecuteWorkflowDeploymentStreamRequest { interface Raw { inputs?: Record | null; trigger?: (string | null) | null; release_tag?: (string | null) | null; external_id?: (string | null) | null; metadata?: (Record | null) | null; previous_execution_id?: (string | null) | null; } }