UNPKG

ts-aspnetcore-apigateway-client

Version:

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

13 lines (12 loc) 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiGatewayParameters = void 0; var ApiGatewayParameters = /** @class */ (function () { function ApiGatewayParameters() { this.ApiKey = ""; this.RouteKey = ""; this.Parameters = ""; } return ApiGatewayParameters; }()); exports.ApiGatewayParameters = ApiGatewayParameters;