Generic Function Argument Restriction to String-Valued Object Schema
Is it possible to have a generic function argument which is a Schema where From is only allowed to be an object (Struct or Record) with all values being strings? use case: https://github.com/sukovanej/effect-http/issues/611