Closed jwmonroe-outschool closed 2 years ago
UUID arrays did not have an entry in the built-in type map so they were being compiled to any.
any
This PR adds support for them to the built-in type map so they are correctly typed as string[]
string[]
UUID arrays did not have an entry in the built-in type map so they were being compiled to
any
.This PR adds support for them to the built-in type map so they are correctly typed as
string[]