관리-도구
편집 파일: TestMessage.ts
import { ObservableNotification } from '../types'; export interface TestMessage { frame: number; notification: ObservableNotification<any>; isGhost?: boolean; }