Making Readonly Array Mutable for schemaSearchParams in HttpServerRequest
I'm trying to use schemaSearchParams with an Array, but this doesn't work as S.Array is readonly and schemaSearchParams expects a mutable string[]. What can i do here to make this mutable?