Skip to content

Instantly share code, notes, and snippets.

@suissa
Created May 24, 2019 10:45
Show Gist options
  • Save suissa/0bb066197cf13d475f57d471e26c2195 to your computer and use it in GitHub Desktop.
Save suissa/0bb066197cf13d475f57d471e26c2195 to your computer and use it in GitHub Desktop.
Crie qualquer tipo de Objeto com TypeScript sem precisar definir PORRA NENHUMA DELE!
const obj = {[k: string]: any} = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment