forked from MapComplete/MapComplete
Studio: fix tests
This commit is contained in:
parent
84dee10201
commit
7064d84fbd
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
export type JsonSchemaType =
|
||||
| string
|
||||
| { $ref: string; description: string }
|
||||
| { $ref: string; description?: string }
|
||||
| { type: string }
|
||||
| JsonSchemaType[]
|
||||
export interface JsonSchema {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue