SimpleIntrospectionMatcher

This type represents an asynchronous function that takes an IntrospectionModel as the parameter and returns the modified IntrospectionModel. In TypeScript, the definition of this type would be:

SimpleIntrospectionMatcher
type SimpleIntrospectionMatcher = (model: IntrospectionModel) => Promise<IntrospectionModel>

Last updated