update api-reports

Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
Paul Cowan
2022-12-12 13:14:21 +00:00
parent 7a69aaef1c
commit cc68a79f00
+5 -4
View File
@@ -96,6 +96,7 @@ export function EmbeddedScaffolderWorkflow({
title,
description,
ReviewStateWrapper,
initialFormState,
}: EmbeddedScaffolderWorkflowProps): JSX.Element;
// @alpha (undocumented)
@@ -153,9 +154,9 @@ export type EntityPickerUiOptions =
export const EntityTagsPickerFieldExtension: FieldExtensionComponent_2<
string[],
{
helperText?: string | undefined;
kinds?: string[] | undefined;
showCounts?: boolean | undefined;
kinds?: string[] | undefined;
helperText?: string | undefined;
}
>;
@@ -163,9 +164,9 @@ export const EntityTagsPickerFieldExtension: FieldExtensionComponent_2<
export const EntityTagsPickerFieldSchema: FieldSchema<
string[],
{
helperText?: string | undefined;
kinds?: string[] | undefined;
showCounts?: boolean | undefined;
kinds?: string[] | undefined;
helperText?: string | undefined;
}
>;