From 8c4fe3171e25a43d1a1682ba74bff05ac42a10a7 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Mon, 14 Nov 2022 10:52:01 +0100 Subject: [PATCH] update api report Signed-off-by: Emma Indal --- plugins/stack-overflow/api-report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/stack-overflow/api-report.md b/plugins/stack-overflow/api-report.md index 81cfe1395b..9af9231094 100644 --- a/plugins/stack-overflow/api-report.md +++ b/plugins/stack-overflow/api-report.md @@ -44,5 +44,6 @@ export type StackOverflowQuestionsRequestParams = { export const StackOverflowSearchResultListItem: (props: { result: any; icon?: ReactNode; + rank?: number | undefined; }) => JSX.Element; ```