@grafikr/shopify-typescript

2.2.0 • Public • Published

Shopify TypeScript

This packages adds TypeScript for all Shopify responses and objects.

Installation

You can install the package using Yarn:

$ yarn install @grafikr/shopify-typescript

Usage

import type { Product } from '@grafikr/shopify-typescript/type/json/Product';

const func = (data: Product) => {
  ...
};

You can have a look in the repository under global and type folder, to find types you can use.

Readme

Keywords

none

Package Sidebar

Install

npm i @grafikr/shopify-typescript

Weekly Downloads

111

Version

2.2.0

License

MIT

Unpacked Size

17 kB

Total Files

42

Last publish

Collaborators

  • grafikr