Interface ResumeCreativeWorkflowParams

interface ResumeCreativeWorkflowParams {
    appSource?: string;
    tokenType?: TokenType;
}

Properties

appSource?: string

Telemetry tag identifying the caller.

tokenType?: TokenType

Override the token type charged to the resumed run.