Cash Bank Detail Table
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export type CashBankType = {
|
||||
id: number
|
||||
date: string
|
||||
description: string
|
||||
reference: string
|
||||
accept: number
|
||||
send: number
|
||||
balance: number
|
||||
status: string
|
||||
}
|
||||
Reference in New Issue
Block a user