feat: initial commit
This commit is contained in:
6
node_modules/rxjs/internal/testing/TestMessage.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/internal/testing/TestMessage.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { Notification } from '../Notification';
|
||||
export interface TestMessage {
|
||||
frame: number;
|
||||
notification: Notification<any>;
|
||||
isGhost?: boolean;
|
||||
}
|
Reference in New Issue
Block a user