Updated API reports

Signed-off-by: ashinsabu <ashin.sabu3@gmail.com>
This commit is contained in:
ashinsabu
2023-06-13 02:33:43 +05:30
parent a452bda74d
commit 2214d09540
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ export const useFormDataFromQuery: (
// @alpha (undocumented)
export const useTemplateParameterSchema: (templateRef: string) => {
manifest: TemplateParameterSchema;
manifest: TemplateParameterSchema | undefined;
loading: boolean;
error: Error | undefined;
};