© 2026 Hedgehog Software, LLC
type MyType = { key: string; }; const mySchema = Schema.Struct<SomeGenericType<MyType>>({ key: Schema.String, });