Skip to content

Instantly share code, notes, and snippets.

@bmelnychuk
Last active August 15, 2018 13:01
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 bmelnychuk/fc0beed25fa0579711eb49667bb4b5d3 to your computer and use it in GitHub Desktop.
Save bmelnychuk/fc0beed25fa0579711eb49667bb4b5d3 to your computer and use it in GitHub Desktop.
...
export function getQuestions(categoryId: string): Promise<{ id: string, question: string, answer: string}[]>
export function getQuestion(questionId: string): Promise<{ id: string, question: string, answer: string}>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment