Get Chart of Account Types
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export interface ChartOfAccountType {
|
||||
id: string
|
||||
name: string
|
||||
code: string
|
||||
description: string
|
||||
is_active: boolean
|
||||
created_at: string
|
||||
updated_at: string
|
||||
}
|
||||
|
||||
export interface ChartOfAccountTypes {
|
||||
data: ChartOfAccountType[]
|
||||
limit: number
|
||||
page: number
|
||||
total: number
|
||||
}
|
||||
Reference in New Issue
Block a user