Account Page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export type AccountType = {
|
||||
id: number
|
||||
code: string
|
||||
name: string
|
||||
category: string
|
||||
balance: string
|
||||
}
|
||||
Reference in New Issue
Block a user