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

    Type Alias BffHandler<TInput, TOutput>

    BffHandler: (
        context: BffRequestContext,
        input: TInput,
    ) => Promise<TOutput> | TOutput

    Type Parameters

    • TInput
    • TOutput

    Type Declaration