UNPKG

ts-aspnetcore-apigateway-client

Version:

TypeScript Client for Api Gateway built using AspNetCore.ApiGateway package.

6 lines (5 loc) 135 B
export declare class ApiGatewayHeaders { headers: any[]; add(key: string, value: string): void; toHeaders(): any[]; }