TenantAtlas/apps/platform/.pnpm-store/v10/files/55/94b9919a467e4fca9bd8df9cb07dc0e07907da532aad5bf837fbf207542dc90fb4ac9437945bd4b3da9f4a02e1fe3119bf08c46ed81662adf4635ff7e083d1
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

5 lines
219 B
Plaintext

import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export const asapScheduler = new AsapScheduler(AsapAction);
export const asap = asapScheduler;
//# sourceMappingURL=asap.js.map