Defining a Struct Schema Type with No Context

Is it possible to define a Struct schema Type that has a context never?

Something like:
type StructWithoutContext = Schema.Schema.Struct<any & NoContext>>


So it can be used like this:
declare structWithoutContext: StructWithoutContext
const schemaWithoutContext: Schema.Schema.AnyNoContext = Schema.asSchema(structWithtouContext)
Was this page helpful?