AttachmentInfo
Interface: AttachmentInfo
Defined in: components/AttachmentImage.tsx:39
Интерфейс attachment для загрузки изображений.
Минимальный набор полей, необходимых для отображения.
Properties
downloadUrl?
optionaldownloadUrl:string|null
Defined in: components/AttachmentImage.tsx:43
id
id:
string
Defined in: components/AttachmentImage.tsx:40
kind
kind:
"link"|"s3"
Defined in: components/AttachmentImage.tsx:41
mimeType?
optionalmimeType:string|null
Defined in: components/AttachmentImage.tsx:46
name?
optionalname:string|null
Defined in: components/AttachmentImage.tsx:45
sourceUrl?
optionalsourceUrl:string|null
Defined in: components/AttachmentImage.tsx:44
url?
optionalurl:string|null
Defined in: components/AttachmentImage.tsx:42