Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • api
  • personal
  • model
  • uploadModel.ts
  • fix:修复个人中心头上面的图标和名字不更新问题,修改个人中心后无法及时更新问题
    11eda7a1
    fengtao authored
    2022-01-12 14:22:32 +0800  
    Browse Files »
uploadModel.ts 148 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
export interface FileUploadResponse {
  fileName: string;
  fileDownloadUri: string;
  fileType: string;
  size: number;
  fileStaticUri: string;
}