Interface ReseedCreativeWorkflowResult

interface ReseedCreativeWorkflowResult {
    reseed: { clonedFromRunId: string; steps: unknown[] };
    workflow: CreativeWorkflowRecord;
}

Properties

Properties

reseed: { clonedFromRunId: string; steps: unknown[] }

The new run cloned from the source. Echoes the original run id plus the step list with applied seed overrides.