Skip to content

Instantly share code, notes, and snippets.

@florianmartens
Last active June 17, 2021 19:25
Show Gist options
  • Save florianmartens/57b83acfc325410017c84568aa88b011 to your computer and use it in GitHub Desktop.
Save florianmartens/57b83acfc325410017c84568aa88b011 to your computer and use it in GitHub Desktop.
interface BigType {}
const zap: BigType = {
foo: "foo",
bar: "bar",
// -> You can add a million properties to this
// -> And it would still be of type BigType
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment