UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

7 lines (6 loc) 179 B
import type { UploadFile } from 'antd/lib/upload/interface'; export interface AttachmentFile extends UploadFile { docId?: string; docName?: string; fileId?: string; }