source: trip-planner-front/node_modules/ajv/lib/compile/jtd/types.ts

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: 309 bytes
Line 
1import type {SchemaObject} from "../../types"
2
3export type SchemaObjectMap = {[Ref in string]?: SchemaObject}
4
5export const jtdForms = [
6 "elements",
7 "values",
8 "discriminator",
9 "properties",
10 "optionalProperties",
11 "enum",
12 "type",
13 "ref",
14] as const
15
16export type JTDForm = typeof jtdForms[number]
Note: See TracBrowser for help on using the repository browser.