Skip to content

Instantly share code, notes, and snippets.

@vnphanquang
Created March 14, 2022 04:42
Show Gist options
  • Save vnphanquang/78039077ff480c62603846f7d22e1f3c to your computer and use it in GitHub Desktop.
Save vnphanquang/78039077ff480c62603846f7d22e1f3c to your computer and use it in GitHub Desktop.
type DeepObject<T> = {
[key: string]: T | DeepObject<T>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment