Skip to content

Instantly share code, notes, and snippets.

@iam-peekay
Last active December 3, 2016 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iam-peekay/98c64ec42ac9f850a3d1a5190ec0ffa0 to your computer and use it in GitHub Desktop.
Save iam-peekay/98c64ec42ac9f850a3d1a5190ec0ffa0 to your computer and use it in GitHub Desktop.
type PaymentMethod = {
id: number,
name: string,
limit: number,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment