Skip to content

Instantly share code, notes, and snippets.

@Armenvardanyan95
Created July 9, 2017 11:35
Show Gist options
  • Save Armenvardanyan95/5f4b0c9c8b08db66e1bb5025466cd880 to your computer and use it in GitHub Desktop.
Save Armenvardanyan95/5f4b0c9c8b08db66e1bb5025466cd880 to your computer and use it in GitHub Desktop.
interface Order {
status: 'pending' | 'approved' | 'rejected';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment