Using a Schema with a Service in a Factory That Expects `R` to Be `never`
hi, i have a schema
and i want to provide service directly in the schema without encoding/decoding, how can i do this?
const MaskEmailFromStringSchema: Schema.Schema<string, string, MaskingService> and i want to use this in a schema which expects R to be neverand i want to provide service directly in the schema without encoding/decoding, how can i do this?
