export interface CanvasToTempFilePathResult { /** * 生成文件的临时路径 (本地路径) */ tempFilePath: string; }