frontend/.pnpm-store/v3/files/17/f198fa133d1a74a76835b893c0f0eb9e7d4d01b6c35850f682b86947b2433884399007ab52db6b5219613a7eda7417f612178915395cda0200596c0e90bac4

7 lines
160 B
Plaintext

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