frontend/.pnpm-store/v3/files/65/a724e449a641ad4bf4e1067f8fd09521d38de283cd3b50a3800124c55f7d33cee5260ba2cbda55037f2345fc104b22bd440bb0f462d1c79a40be85f837e75e

8 lines
168 B
Plaintext

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