run api-report

Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
Paul Cowan
2022-12-20 10:05:25 +00:00
parent a92d01929d
commit 1c46e363e6
+4 -4
View File
@@ -110,9 +110,9 @@ export type EntityPickerUiOptions =
export const EntityTagsPickerFieldExtension: FieldExtensionComponent<
string[],
{
helperText?: string | undefined;
kinds?: string[] | undefined;
showCounts?: boolean | undefined;
kinds?: string[] | undefined;
helperText?: string | undefined;
}
>;
@@ -120,9 +120,9 @@ export const EntityTagsPickerFieldExtension: FieldExtensionComponent<
export const EntityTagsPickerFieldSchema: FieldSchema<
string[],
{
helperText?: string | undefined;
kinds?: string[] | undefined;
showCounts?: boolean | undefined;
kinds?: string[] | undefined;
helperText?: string | undefined;
}
>;