Creating Generic Functions for TaggedClass Schemas with Specific Fields
A quick question about writing generics with schemas - is there a way I could approach creating a generic function receiving, say, only TaggedClass schemas of certain shape (e.g. they include id field of string) ?
