Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Created January 15, 2018 23:28
Show Gist options
  • Save quicksnap/1e39f66812d7e8d585c2c7d87d3ed1ab to your computer and use it in GitHub Desktop.
Save quicksnap/1e39f66812d7e8d585c2c7d87d3ed1ab to your computer and use it in GitHub Desktop.
function addToCart(productIds: string[]): {
type: string;
payload: {
productIds: string[];
timeAdded: Date;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment