24 lines
737 B
Markdown
24 lines
737 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [@apextoaster/js-yaml-schema](./js-yaml-schema.md) > [IncludeSchemaOptions](./js-yaml-schema.includeschemaoptions.md)
|
||
|
|
||
|
## IncludeSchemaOptions interface
|
||
|
|
||
|
> Warning: This API is now obsolete.
|
||
|
>
|
||
|
>
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface IncludeSchemaOptions
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [base?](./js-yaml-schema.includeschemaoptions.base.md) | Schema | <i>(Optional)</i> |
|
||
|
| [include](./js-yaml-schema.includeschemaoptions.include.md) | Readonly<Omit<[IncludeOptions](./js-yaml-schema.includeoptions.md)<!-- -->, 'schema'>> | |
|
||
|
|