StackOverflowQuestionsRequestParams
Home > @backstage/plugin-search-backend-module-stack-overflow-collator
> StackOverflowQuestionsRequestParams
Type representing the request parameters accepted by the StackOverflowQuestionsCollatorFactory
Signature:
export type StackOverflowQuestionsRequestParams = {
[key: string]: string | string[] | number;
};