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

8 lines
168 B
Plaintext

import { ObservableNotification } from '../types';
export interface TestMessage {
frame: number;
notification: ObservableNotification<any>;
isGhost?: boolean;
}