Interface StartCreativeWorkflowInput

interface StartCreativeWorkflowInput {
    steps: StartCreativeWorkflowStep[];
    title?: string;
}

Properties

Properties

title?: string