Last active
November 21, 2019 08:40
-
-
Save zzdjk6/26945dc1e0b4e45e70fa32592f33a30b to your computer and use it in GitHub Desktop.
Listing 0: Type Definition of Loading State
This file contains hidden or 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
// State | |
// To know more about Record type, see https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkt | |
export type LoadingState = Record<string, boolean>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment