UNPKG

ngx-image-upload

Version:
9 lines (8 loc) 143 B
export interface UploadMetadata { file: File; abort: boolean; url?: string; formData?: { [name: string]: any; }; }