mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
added customer type
This commit is contained in:
@@ -19,3 +19,13 @@ export interface NewItem {
|
|||||||
rentalPrice: number,
|
rentalPrice: number,
|
||||||
replacementCost: number,
|
replacementCost: number,
|
||||||
}
|
}
|
||||||
|
export interface Customer {
|
||||||
|
id: number,
|
||||||
|
name: string,
|
||||||
|
company: string,
|
||||||
|
email: string,
|
||||||
|
phone: string,
|
||||||
|
address: string,
|
||||||
|
billingTerms: string,
|
||||||
|
notes: string,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user