Commited api reportes changes
Signed-off-by: tperehinets <tetiana.perehinets@gmail.com>
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user