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

    Interface ResumeFlowOptions

    interface ResumeFlowOptions {
        currentUserId?: string | number | null;
        resolveRoute?: (state: UserFlowState) => string | null;
    }
    Index

    Properties

    currentUserId?: string | number | null
    resolveRoute?: (state: UserFlowState) => string | null