adding attachments but will impl;ement later

This commit is contained in:
Arjun Patel
2022-01-17 21:05:35 -08:00
parent 53c48cc4e5
commit 5208306c07
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
export default class Attachment {
id: string;
name: string;
description: string;
link: string;
constructor() {}
}