Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
541 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | import type { Vocabulary } from "../../types";
|
---|
| 2 | import { JTDTypeError } from "./type";
|
---|
| 3 | import { JTDEnumError } from "./enum";
|
---|
| 4 | import { JTDElementsError } from "./elements";
|
---|
| 5 | import { JTDPropertiesError } from "./properties";
|
---|
| 6 | import { JTDDiscriminatorError } from "./discriminator";
|
---|
| 7 | import { JTDValuesError } from "./values";
|
---|
| 8 | declare const jtdVocabulary: Vocabulary;
|
---|
| 9 | export default jtdVocabulary;
|
---|
| 10 | export declare type JTDErrorObject = JTDTypeError | JTDEnumError | JTDElementsError | JTDPropertiesError | JTDDiscriminatorError | JTDValuesError;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.