Adding teamName to config.d.ts

Signed-off-by: Chris Hawkins <cmdkeen@users.noreply.github.com>
This commit is contained in:
Chris Hawkins
2023-04-13 18:22:09 +01:00
parent 24fce3f515
commit 11dfa21419
+5
View File
@@ -30,6 +30,11 @@ export interface Config {
*/
apiKey?: string;
/**
* The name of the team for a Stack Overflow for Teams account
*/
teamName?: string;
/**
* The API Access Token to authenticate to Stack Overflow API
* @visibility secret