Updated api-report.md

Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
This commit is contained in:
Matt Mulligan
2022-06-20 22:40:45 -04:00
parent 94361865e8
commit 7bf05c18e0
@@ -41,6 +41,7 @@ export class StackOverflowQuestionsCollatorFactory
// @public
export type StackOverflowQuestionsCollatorFactoryOptions = {
baseUrl?: string;
apiKey?: string;
requestParams: StackOverflowQuestionsRequestParams;
logger: Logger;
};