TenantAtlas/apps/platform/.pnpm-store/v10/files/a3/5c9040403bcce95163862dfc0f0204beeb2ef862834ae7676e2094168101b9089a564f0a205fb3cdfac227f84d3dc44bd372c1517c06c9d87b55f4c45bd28b
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

9 lines
336 B
Plaintext

import { Scheduler } from '../Scheduler';
import { SubscriptionLog } from './SubscriptionLog';
export declare class SubscriptionLoggable {
subscriptions: SubscriptionLog[];
scheduler: Scheduler;
logSubscribedFrame(): number;
logUnsubscribedFrame(index: number): void;
}
//# sourceMappingURL=SubscriptionLoggable.d.ts.map