revert(StackOverflowQuestionsRequestParams): revert signature
removing unecessary type in StackOverflowQuestionsRequestParams Signed-off-by: Raffaello De Pieri <raffaello.depieri@onefootball.com>
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ export interface StackOverflowDocument extends IndexableDocument {
|
||||
* @public
|
||||
*/
|
||||
export type StackOverflowQuestionsRequestParams = {
|
||||
[key: string]: string | string[] | number | null;
|
||||
[key: string]: string | string[] | number;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user