Skip to content

Instantly share code, notes, and snippets.

@mohamed-gara
Last active April 10, 2019 20:21
Show Gist options
  • Save mohamed-gara/2f0c9706beb0993180f429fb894992b8 to your computer and use it in GitHub Desktop.
Save mohamed-gara/2f0c9706beb0993180f429fb894992b8 to your computer and use it in GitHub Desktop.
export class Order {
constructor(public amount: number) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment