Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anttispitkanen
Created May 31, 2021 08:30
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 anttispitkanen/60c4e054e1882cc633cf0a8feef20303 to your computer and use it in GitHub Desktop.
Save anttispitkanen/60c4e054e1882cc633cf0a8feef20303 to your computer and use it in GitHub Desktop.
export const handleDataRequest = (requestId: string, animal: TAnimal): Promise<TDataApiData> =>
dataApiClient.getData(requestId, animal);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment