mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: refactoring middlewares to typescript.
This commit is contained in:
15
server/src/interfaces/Account.ts
Normal file
15
server/src/interfaces/Account.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
export interface IAccountDTO {
|
||||
name: string,
|
||||
code: string,
|
||||
description: string,
|
||||
accountTypeNumber: number,
|
||||
};
|
||||
|
||||
export interface IAccount {
|
||||
name: string,
|
||||
code: string,
|
||||
description: string,
|
||||
accountTypeNumber: number,
|
||||
};
|
||||
Reference in New Issue
Block a user