UNPKG

ts-aspnetcore-apigateway-client

Version:

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

8 lines (7 loc) 282 B
export * from "./ApiGatewayClientSettings"; export * from "./ApiGatewayParameters"; export * from "./IApiGatewayClient"; export * from "./JsonPatch"; export * from "./Orchestration"; export * from "./ApiGatewayHeaders"; export { ApiGatewayClient } from './ApiGatewayClient';