@barbonds/waitless-public-data
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Waitless Public Data

This Package holds the public data that can be used to exchange between Waitless components. Depending on your preference, it exports both types as well as an array with values.

Contents

collection array type
Allergens allergens Allergens
Product Icons productIcons ProductIcons
Product Types productTypes ProductTypes
Place Types placeTypes PlaceTypes

Example

example array

import { allergens } from @barbonds/waitless-public-data
allergens.forEach((x) => console.log(x));

example type

import { Allergens } from @barbonds/waitless-public-data

const allergens:Allergens = [
  'gluten'
]

Readme

Keywords

none

Package Sidebar

Install

npm i @barbonds/waitless-public-data

Weekly Downloads

0

Version

1.1.3

License

ISC

Unpacked Size

5.48 kB

Total Files

12

Last publish

Collaborators

  • ledere