DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
import { ObservableNotification } from '../types';
export interface TestMessage {
frame: number;
notification: ObservableNotification<any>;
isGhost?: boolean;
}