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

    Interface RouteFlowMetadata

    interface RouteFlowMetadata {
        entryStep: string;
        flowId: string;
        requestWriteAccess?: boolean;
    }
    Index

    Properties

    entryStep: string
    flowId: string
    requestWriteAccess?: boolean