persona-community-5/.pnpm-store/v3/files/6c/840073713dde1ba48ccd5c8103f4a474f76e8fc55bb643044c8b0bea90dba4501ad473b9e9240d16b52821f5e847581bbf6e49f280e18b3d2e7c2851e9e4c7
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

13 lines
377 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OperationSummary = void 0;
const utils_1 = require("../utils");
const OperationSummary = () => {
return {
Operation(operation, ctx) {
(0, utils_1.validateDefinedAndNonEmpty)('summary', operation, ctx);
},
};
};
exports.OperationSummary = OperationSummary;