Skip to content

cvd2412/shopify-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 --save

Usage

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

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.5%
  • JavaScript 2.5%