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

    Type Alias BffClientShape<TRoutes>

    BffClientShape: {
        [K in keyof TRoutes]: (
            input: InferBffRouteInput<TRoutes[K]>,
        ) => Promise<InferBffRouteOutput<TRoutes[K]>>
    }

    Type Parameters