Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssetProps

Hierarchy

Index

Properties

Properties

fields

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

Type declaration

  • description: {}
    • [key: string]: string
  • file: {}
    • [key: string]: { contentType: string; details?: Record<string, any>; fileName: string; upload?: undefined | string; uploadFrom?: Record<string, any>; url?: undefined | string }
      • contentType: string
      • Optional details?: Record<string, any>
      • fileName: string
      • Optional upload?: undefined | string
      • Optional uploadFrom?: Record<string, any>
      • Optional url?: undefined | string
  • title: {}
    • [key: string]: string