Commited api reportes changes

Signed-off-by: tperehinets <tetiana.perehinets@gmail.com>
This commit is contained in:
tperehinets
2023-10-11 18:17:21 -04:00
committed by blam
parent 367e15404a
commit 20c6880c25
@@ -290,6 +290,19 @@ export interface TemplateGroupsProps {
templateFilter?: (entity: TemplateEntityV1beta3) => boolean;
}
// @alpha
export const useFeatureFlaggedProperties: (
manifest: TemplateParameterSchema | undefined,
) => {
steps: {
title: string;
description?: string | undefined;
schema: JsonObject;
}[];
title: string;
description?: string | undefined;
} | null;
// @alpha
export const useFormDataFromQuery: (
initialState?: Record<string, JsonValue>,