diff --git a/types.d.ts b/types.d.ts index 78cdd0d..f8af8d1 100644 --- a/types.d.ts +++ b/types.d.ts @@ -7,7 +7,7 @@ declare namespace koaHttpProxy { export interface IOptions { agent?: http.Agent, headers?: { [key: string]: any }, - strippedHeaders?: [string], + strippedHeaders?: string[], https?: boolean, limit?: string, parseReqBody?: boolean,