Attachment {
uuid string($uuid)
title: Uuid
readOnly: true
file string
title: File
readOnly: true
name string
title: Name
readOnly: true
minLength: 1
filename string
title: Filename
readOnly: true
size string
title: Size
readOnly: true
minLength: 1
mimetype string
title: Mimetype
readOnly: true
minLength: 1
ipfs string
title: Ipfs
readOnly: true
gateway string
title: Gateway
readOnly: true
created_on string
title: Created on
readOnly: true
minLength: 1
}
interface IAttachment {
uuid: string;
file: string;
name: string;
filename: string;
size: string;
mimetype: string;
ipfs: string;
gateway: string;
created_on: string;
}