Interoperability between Effect schemas and io-ts codecs

Are there some sort of io-ts interoperability adapters available that would let me 1. refer an existing io-ts codec from an Effect schema, and 2. generate an io-ts codec based on an Effect schema? I'd like to try using Effect schemas but may need to maintain some level of compatibility with the io-ts ecosystem.
Was this page helpful?