Skip to content

Instantly share code, notes, and snippets.

@domenu
Created January 14, 2020 11:18
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 domenu/af29bd2e39de8de0085392e5cde94574 to your computer and use it in GitHub Desktop.
Save domenu/af29bd2e39de8de0085392e5cde94574 to your computer and use it in GitHub Desktop.
Add a prop to an existing type, located in a Typescript module
declare module 'path/to/the/module/file.ts' {
interface ClassNameInModule {
id: number;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment