UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

12 lines (11 loc) 229 B
export interface IInputMessageFile { name: string; previewUrl: string | null; native: File; } export interface IInputMessageVoiceFile { duration: number; waveData: number[]; src: string; blob: Blob; }