Interface StartSessionConfig

interface StartSessionConfig {
    metadata?: Record<string, any>;
    workflowId: string;
}

Properties

metadata?: Record<string, any>
workflowId: string