Studio: fix tests

This commit is contained in:
Pieter Vander Vennet 2023-06-21 22:42:26 +02:00
parent 84dee10201
commit 7064d84fbd
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
export type JsonSchemaType =
| string
| { $ref: string; description: string }
| { $ref: string; description?: string }
| { type: string }
| JsonSchemaType[]
export interface JsonSchema {