upload-item-link.d.ts 91 B

123456
  1. export interface UploadItemLink {
  2. rel: string;
  3. target: string;
  4. text: string;
  5. }