fix: dev:generate-types on all test configs (#919)

This commit is contained in:
Dan Ribbens
2022-08-13 13:04:24 -04:00
committed by GitHub
parent 4115045c15
commit 145e1db05d
11 changed files with 114 additions and 55 deletions

View File

@@ -6,6 +6,14 @@
*/
export interface Config {}
/**
* This interface was referenced by `Config`'s JSON-Schema
* via the `definition` "global".
*/
export interface Global {
id: string;
title?: string;
}
/**
* This interface was referenced by `Config`'s JSON-Schema
* via the `definition` "posts".