mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
12 lines
176 B
JavaScript
Vendored
12 lines
176 B
JavaScript
Vendored
export default {
|
|
name: null,
|
|
phone: null,
|
|
address_street_1: null,
|
|
address_street_2: null,
|
|
city: null,
|
|
state: null,
|
|
country_id: null,
|
|
zip: null,
|
|
type: null,
|
|
}
|