/** * 文件API类型声明 */ export interface FileInfo { name: string; url: string; }