1
0
Fork 0
js-yaml-schema/docs/api/js-yaml-schema.includeschem...

851 B

Home > @apextoaster/js-yaml-schema > IncludeSchemaOptions

IncludeSchemaOptions interface

Warning: This API is now obsolete.

either use createSchema by itself, or createInclude and extend the schema yourself

Signature:

export interface IncludeSchemaOptions 

Properties

Property Modifiers Type Description
base? Schema (Optional)
include Readonly<Omit<IncludeOptions, 'schema'>>