Skip to content

Instantly share code, notes, and snippets.

@mohamed-gara
Created March 27, 2019 20:58
Show Gist options
  • Save mohamed-gara/eecb4f9663c91d3173188758f98b89eb to your computer and use it in GitHub Desktop.
Save mohamed-gara/eecb4f9663c91d3173188758f98b89eb to your computer and use it in GitHub Desktop.
function findOrdersBy(customerId: CustomerId): Order[];
function findOrdersBy(creatorId: UserId): Order[];
function findOrdersBy(id): Order[] {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment