fix(finance): add IExpense
This commit is contained in:
6
ts/finance/expense.ts
Normal file
6
ts/finance/expense.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { IInvoice } from './invoice';
|
||||
|
||||
export interface IExpense {
|
||||
invoice: IInvoice,
|
||||
account: string
|
||||
}
|
Reference in New Issue
Block a user