Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssetFileProp

Hierarchy

  • AssetFileProp

Index

Properties

Properties

fields

fields: { description: {}; file: {}; title: {} }

Type declaration

  • description: {}
    • [key: string]: string
  • file: {}
    • [key: string]: { contentType: string; file: string | ArrayBuffer | Stream; fileName: string }
      • contentType: string
      • file: string | ArrayBuffer | Stream
      • fileName: string
  • title: {}
    • [key: string]: string

sys