Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface PersistFlowStateInput

    interface PersistFlowStateInput {
        currentState: UserFlowState | null;
        flowId: string | null;
        payload: Record<string, unknown>;
        route: string;
        stepId: string;
        userId: string | null;
    }
    Index

    Properties

    currentState: UserFlowState | null
    flowId: string | null
    payload: Record<string, unknown>
    route: string
    stepId: string
    userId: string | null