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

    Type Alias BffMiddleware

    BffMiddleware: (
        context: BffRequestContext,
        next: () => Promise<unknown>,
    ) => Promise<unknown> | unknown

    Type Declaration

      • (
            context: BffRequestContext,
            next: () => Promise<unknown>,
        ): Promise<unknown> | unknown
      • Parameters

        Returns Promise<unknown> | unknown