Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Created January 15, 2018 23:28
Show Gist options
  • Save quicksnap/8f182c7443761e7ce6905e40679d9c60 to your computer and use it in GitHub Desktop.
Save quicksnap/8f182c7443761e7ce6905e40679d9c60 to your computer and use it in GitHub Desktop.
const plainObject = {
type: 'Just an Object!',
payload: {
amount: 123,
},
};
/*
Inferred type:
{
type: string;
payload: {
amount: number;
};
};
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment