Skip to content

Instantly share code, notes, and snippets.

@kring
Created March 20, 2019 11:17
Show Gist options
  • Save kring/b86bb31c445b2b525f607e330c1f3295 to your computer and use it in GitHub Desktop.
Save kring/b86bb31c445b2b525f607e330c1f3295 to your computer and use it in GitHub Desktop.
interface InterfaceWithUndefined {
foo: number | undefined;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment