Defining a Struct Schema Type with No Context
Is it possible to define a Struct schema Type that has a context never?
Something like:
So it can be used like this:
Something like:
So it can be used like this:
type StructWithoutContext = Schema.Schema.Struct<any & NoContext>>declare structWithoutContext: StructWithoutContext
const schemaWithoutContext: Schema.Schema.AnyNoContext = Schema.asSchema(structWithtouContext)