{"code":"var Location = /** @class */ (function () {\r\n    function Location(config) {\r\n        Object.assign(this, config);\r\n    }\r\n    return Location;\r\n}());\r\nexport { Location };\r\n//# sourceMappingURL=locations.js.map","map":{"version":3,"file":"locations.js","sourceRoot":"/Users/austinlaverty/Projects/personal/web/libraries/V0ID/src/core/src/","sources":["classes/locations.ts"],"names":[],"mappings":"AAUA;IAUC,kBAAc,MAAsB;QACnC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IAC7B,CAAC;IACF,eAAC;AAAD,CAAC,AAbD,IAaC"},"dts":{"name":"/Users/austinlaverty/Projects/personal/web/libraries/V0ID/src/core/classes/locations.d.ts","text":"export interface LocationConfig {\r\n    name?: string;\r\n    addressLine1?: string;\r\n    addressLine2?: string;\r\n    city?: string;\r\n    state?: string;\r\n    postalCode?: string;\r\n    stateCode?: string;\r\n}\r\nexport declare class Location {\r\n    readonly name: string;\r\n    readonly addressLine1: string;\r\n    readonly addressLine2: string;\r\n    readonly city: string;\r\n    readonly state: string;\r\n    readonly stateCode: string;\r\n    readonly postalCode: string;\r\n    constructor(config: LocationConfig);\r\n}\r\n"}}
