adding attachments but will impl;ement later
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default class Attachment {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
link: string;
|
||||
|
||||
constructor() {}
|
||||
}
|
||||
Reference in New Issue
Block a user