frontend/.pnpm-store/v3/files/7d/be1cb08965b4402970f073d63daedb7a12d3835168439b5ee20772d0e8a87ade84768f7c691a74d8cdbddcd6893af0e93a68600a312b22663fb71786f1f4a7

8 lines
155 B
Plaintext

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