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

25 lines
851 B
Markdown
Raw Normal View History

2022-01-30 17:22:29 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-yaml-schema](./js-yaml-schema.md) &gt; [IncludeSchemaOptions](./js-yaml-schema.includeschemaoptions.md)
## IncludeSchemaOptions interface
> Warning: This API is now obsolete.
>
> either use `createSchema` by itself, or `createInclude` and extend the schema yourself
2022-01-30 17:22:29 +00:00
>
<b>Signature:</b>
```typescript
export interface IncludeSchemaOptions
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [base?](./js-yaml-schema.includeschemaoptions.base.md) | | Schema | <i>(Optional)</i> |
| [include](./js-yaml-schema.includeschemaoptions.include.md) | | Readonly&lt;Omit&lt;[IncludeOptions](./js-yaml-schema.includeoptions.md)<!-- -->, 'schema'&gt;&gt; | |
2022-01-30 17:22:29 +00:00