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
  • oem
  • model
  • index.ts
  • feat: add operation ota page && dynamic set loading effect
    cf4ef9c7
    ww authored
    2022-10-20 18:00:52 +0800  
    Browse Files »
index.ts 398 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
export interface FileUploadResponse {
  fileName: string;
  fileDownloadUri: string;
  fileType: string;
  size: number;
  fileStaticUri: string;
}

export interface Platform {
  id: string;
  creator: string;
  createTime: string;
  updater: string;
  updateTime: string;
  name: string;
  logo: string;
  background: string;
  copyright: string;
  presentedOurselves: string;
  domain: string;
}