feat : admin fournisseurs creation et modif (WIP)
This commit is contained in:
@@ -6,13 +6,14 @@ export interface AddressData {
|
||||
postalCode: string
|
||||
city: string
|
||||
countryCode: string
|
||||
fullAddress?: string
|
||||
}
|
||||
|
||||
export interface AddressFormData {
|
||||
id?: number | null
|
||||
label: string
|
||||
street: string
|
||||
street2?: string
|
||||
street2?: string | null
|
||||
postalCode: string
|
||||
city: string
|
||||
country: string
|
||||
countryCode: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user