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

    Interface RouteEntry

    interface RouteEntry {
        entryPoints: readonly LaunchEntryPoint[];
        flow?: RouteFlowMetadata;
        flowId?: string;
        returnToChat?: ReturnToChatMetadata;
        stepRoutes?: Readonly<Record<string, string>>;
        path: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    entryPoints: readonly LaunchEntryPoint[]
    flowId?: string
    returnToChat?: ReturnToChatMetadata
    stepRoutes?: Readonly<Record<string, string>>
    path: string