Interface StudioAgentDraftBindingExperimental

The live composition draft honua_studio_* calls are applied to.

interface StudioAgentDraftBinding {
    draftId: string;
    generation: number;
}

Properties

Properties

draftId: string
generation: number