Files
2023-07-12 16:31:19 +01:00

6 lines
137 B
TypeScript
Executable File

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