feat: vendor create and vendor list
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export type VendorType = {
|
||||
id: number
|
||||
photo: string
|
||||
name: string
|
||||
company: string
|
||||
email: string
|
||||
telephone: string
|
||||
youPayable: number
|
||||
theyPayable: number
|
||||
}
|
||||
Reference in New Issue
Block a user