@reignmodule/smu-local-address
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

SMU Local Address

Partial address list

How to use

import localAddress from '@reignmodule/smu-local-address';

Object.keys(localAddress.formats) // [ 'UNIMARC', 'OK MARKET', 'MAYORISTA 10', 'ALVI' ]
import localAddress from '@reignmodule/smu-local-address/unimarc';

Object.keys(localAddress.formats) // [ 'UNIMARC' ]

## Model Local

interface Local {
    storeId: string;
    format: 'UNIMARC' | 'OK MARKET' | 'MAYORISTA 10' | 'ALVI';
    name: string;
    address: string;
    location: string;
    region: string;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @reignmodule/smu-local-address

Weekly Downloads

5

Version

1.6.0

License

ISC

Unpacked Size

136 kB

Total Files

19

Last publish

Collaborators

  • reigncl
  • jondotsoy