@villedemontreal/workit-stepfunction-client
Version:
Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript
11 lines • 507 B
JavaScript
;
/*
* Copyright (c) 2025 Ville de Montreal. All rights reserved.
* Licensed under the MIT license.
* See LICENSE file in the project root for full license information.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.StepFunctionClient = void 0;
const client_sfn_1 = require("@aws-sdk/client-sfn");
Object.defineProperty(exports, "StepFunctionClient", { enumerable: true, get: function () { return client_sfn_1.SFNClient; } });
//# sourceMappingURL=sfnClient.js.map