durable-functions
Version:
Durable Functions library for Node.js Azure Functions
10 lines • 339 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PurgeHistoryResult = void 0;
class PurgeHistoryResult {
constructor(instancesDeleted) {
this.instancesDeleted = instancesDeleted;
}
}
exports.PurgeHistoryResult = PurgeHistoryResult;
//# sourceMappingURL=PurgeHistoryResult.js.map
;