Migrating from io-ts to @effect/schema: Handling keyof with Plain Objects
Looking to migrate a couple of things from io-ts to @effect/schema but hitting a bit of a blocker on keyof. Previously, it could take any object, now it needs to be a Schema. What's the way to get my plain object (with type) into a schema for keyof?
