ts-aspnetcore-apigateway-client
Version:
TypeScript Client for Api Gateway built using AspNetCore.ApiGateway package.
13 lines (12 loc) • 404 B
JavaScript
;
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;