Skip to content

Instantly share code, notes, and snippets.

@timdeschryver
Created June 6, 2018 17:03
Show Gist options
  • Save timdeschryver/4f13724033c53eb3e730b1d79ef2ec31 to your computer and use it in GitHub Desktop.
Save timdeschryver/4f13724033c53eb3e730b1d79ef2ec31 to your computer and use it in GitHub Desktop.
export interface CartStateModel {
cartItems: { [sku: string]: number };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment