Adding teamName to config.d.ts
Signed-off-by: Chris Hawkins <cmdkeen@users.noreply.github.com>
This commit is contained in:
+5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user