Skip to content

Instantly share code, notes, and snippets.

@zzdjk6
Last active November 21, 2019 08:40
Show Gist options
  • Save zzdjk6/26945dc1e0b4e45e70fa32592f33a30b to your computer and use it in GitHub Desktop.
Save zzdjk6/26945dc1e0b4e45e70fa32592f33a30b to your computer and use it in GitHub Desktop.
Listing 0: Type Definition of Loading State
// 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