revert(StackOverflowQuestionsRequestParams): revert signature

removing unecessary type in StackOverflowQuestionsRequestParams

Signed-off-by: Raffaello De Pieri <raffaello.depieri@onefootball.com>
This commit is contained in:
Raffaello De Pieri
2024-08-01 14:17:40 +01:00
parent 48d3eea823
commit 31addbbdda
@@ -40,7 +40,7 @@ export interface StackOverflowDocument extends IndexableDocument {
* @public
*/
export type StackOverflowQuestionsRequestParams = {
[key: string]: string | string[] | number | null;
[key: string]: string | string[] | number;
};
/**