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

    Interface ExpiredFlowViewProps

    interface ExpiredFlowViewProps {
        error?: ResumeFlowError | null;
        onFreshStart: () => void;
    }
    Index

    Properties

    Properties

    error?: ResumeFlowError | null
    onFreshStart: () => void