Effect CommunityEC
Effect Community2y ago
2 replies
Fabian

Schema.optional(Schema.Never) No Longer Working for Optional 'never' Type in Interface

Hi, Schema.optional(Schema.Never) used to work, now it doesn't, did I miss something? I want to create a schema to represent the following type?
interface A {
  b?: never
}
Was this page helpful?