run api-report

Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
Paul Cowan
2022-12-20 11:12:30 +00:00
parent 82bcb7b232
commit b5c0bc2c50
+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;
}
>;