ITOH
2021-04-14 08:47:47 +02:00
parent 695492e2b2
commit 1fd4d54f90

View File

@@ -5,6 +5,8 @@ export interface Attachment {
id: string;
/** Name of file attached */
filename: string;
/** The attachment's [media type](https://en.wikipedia.org/wiki/Media_type) */
contentType?: string;
/** Size of file in bytes */
size: number;
/** Source url of file */