1

You know it's Friday afternoon when your interface is broken because you tried to set the type to the string 'string' instead of the keyword string.

Interface IEnvironment {
name: 'string',
...
}

Comments
Add Comment