frontend/.pnpm-store/v3/files/ba/931a2ce91ff9cd5997256ba01f30b140f16ba1fa2d501ecbdeb3f5cf044ce15359fd4ed06d5948c756996701b76b14572396d0abdac89c850c71d36acf5f3a

7 lines
214 B
Plaintext

import { ObservableNotification } from '../types';
export interface TestMessage {
frame: number;
notification: ObservableNotification<any>;
isGhost?: boolean;
}
//# sourceMappingURL=TestMessage.d.ts.map