851 B
851 B
Home > @apextoaster/js-yaml-schema > IncludeSchemaOptions
IncludeSchemaOptions interface
Warning: This API is now obsolete.
either use
createSchema
by itself, orcreateInclude
and extend the schema yourself
Signature:
export interface IncludeSchemaOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
base? | Schema | (Optional) | |
include | Readonly<Omit<IncludeOptions, 'schema'>> |