TenantAtlas/apps/platform/.pnpm-store/v10/files/7f/ffd9eefb6fef11b61cb21e828f0e26e863caccd3f8fd54dc6dbace0f5d212d06a0b79ec082471beeefd0c3cce7f99b817cd745e1dcc7110a0bdfdd08fd67fb
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

6 lines
236 B
Plaintext

import { combineLatestAll } from './combineLatestAll';
/**
* @deprecated Renamed to {@link combineLatestAll}. Will be removed in v8.
*/
export declare const combineAll: typeof combineLatestAll;
//# sourceMappingURL=combineAll.d.ts.map