diff --git a/index.d.ts b/index.d.ts index 89d21b4..88d36a2 100644 --- a/index.d.ts +++ b/index.d.ts @@ -39,7 +39,7 @@ declare class Tailor extends EventEmitter { , maxAssetLinks?: number , pipeAttributes?: (attributes: Attributes) => object , pipeInstanceName?: string - , requestFragment?: (filterHeaders: (attributes: Attributes, req: IncomingMessage) => object, url: Url, attributes: Attributes, req: IncomingMessage, span?: Span) => Promise + , requestFragment?: (url: Url, attributes: Attributes, req: IncomingMessage, span?: Span) => Promise , templatesPath?: string , tracer?: Tracer })