This is an example, I think it's a valid tuple types
export type SomeType = [ string, boolean ]
I don't know why eslint gives me this error
This is an example, I think it's a valid tuple types
export type SomeType = [ string, boolean ]
I don't know why eslint gives me this error