Skip to content

Instantly share code, notes, and snippets.

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