Created
March 18, 2019 16:08
-
-
Save Markonis/9f2a6b218f5cba0421be31bed56a220f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export type ApiHandler<TInput, TOutput> = | |
(data: TInput) => Promise<TOutput> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment