Hyperlinkv0.8.0-beta.28

HttpApiHyperlink

export interface HttpApiHyperlinkLayerEffectConfig<
  ApiId extends string = string,
  Groups extends HttpApiGroup.Constraint = HttpApiGroup.Top,
> {
  readonly concurrency?: number;
  /**
   * When set, endpoint usage metrics and registry hooks are applied to the built client
   * (same as {@link instrumentEndpoints}).
   */
  readonly api?: HttpApiType.HttpApi<ApiId, Groups>;
}