Interface SendDataConfig

interface SendDataConfig {
    data: Record<string, any>;
    sessionId: string;
    step: string;
}

Properties

Properties

data: Record<string, any>
sessionId: string
step: string