Converting `Schema<A, I, R>` to `Schema<A, I, never>`

is there a way to go from Schema<A, I, R> to Schema<A, I, never>?

Basically, I have a ManagedRuntime and I want to be able to create a StandardSchemaV1 which doesn't allow for an R
Was this page helpful?