I would like to define a filed 'lines' as an Array of values which can be of different types ( numbers or strings or boolean or dates )
when I try :
lines: [
{
type: String,
content: Mixed
}
]
I get an ESLint error error : Mixed is not defined
via erwin
No comments:
Post a Comment