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

    Type Alias InferBffRouteOutput<TRoute>

    InferBffRouteOutput: TRoute extends BffRouteDefinition<unknown, infer TOutput>
        ? TOutput
        : never

    Type Parameters