generate updated api-report.md

Signed-off-by: Connor Younglund <younglund_connor@bah.com>
This commit is contained in:
Connor Younglund
2022-11-29 14:52:42 -05:00
parent ea857549b5
commit 6756292c24
@@ -43,6 +43,7 @@ export type StackOverflowQuestionsCollatorFactoryOptions = {
baseUrl?: string;
maxPage?: number;
apiKey?: string;
apiAccessToken?: string;
requestParams: StackOverflowQuestionsRequestParams;
logger: Logger;
};