chore: updating the api-report

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-04-01 16:07:38 +02:00
parent 4b5d417e17
commit ba371f6f2b
+2
View File
@@ -442,8 +442,10 @@ export type TemplateGroupFilter = {
// @public
export type TemplateParameterSchema = {
title: string;
description?: string;
steps: Array<{
title: string;
description?: string;
schema: JsonObject;
}>;
};