mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
12 lines
181 B
JavaScript
12 lines
181 B
JavaScript
export default {
|
|
name: null,
|
|
phone: null,
|
|
address_street_1: null,
|
|
address_street_2: null,
|
|
city_id: null,
|
|
state_id: null,
|
|
country_id: null,
|
|
zip: null,
|
|
type: null
|
|
}
|