Update Vendor drawer
This commit is contained in:
@@ -21,3 +21,15 @@ export interface Vendors {
|
||||
limit: number
|
||||
total_pages: number
|
||||
}
|
||||
|
||||
export interface VendorRequest {
|
||||
name: string
|
||||
email?: string
|
||||
phone_number?: string
|
||||
address?: string
|
||||
contact_person?: string
|
||||
tax_number?: string
|
||||
payment_terms?: string
|
||||
notes?: string
|
||||
is_active: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user