feat(accounts): add accounts and shared accounts call
This commit is contained in:
5
src/dto/Account.js
Normal file
5
src/dto/Account.js
Normal file
@@ -0,0 +1,5 @@
|
||||
class Account {
|
||||
constructor(name) {
|
||||
this.name = name
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user