Type alias Form

Form: { allowAudio: boolean; allowFile: boolean; allowImage: boolean; allowVideo: boolean; id: string; name: string; preventDownloadInProjectData?: boolean; specificList: FormSpecific[] }

Type declaration

  • allowAudio: boolean
  • allowFile: boolean
  • allowImage: boolean
  • allowVideo: boolean
  • id: string
  • name: string
  • Optional preventDownloadInProjectData?: boolean
  • specificList: FormSpecific[]

Generated using TypeDoc