diff --git a/plugins/stack-overflow-backend/config.d.ts b/plugins/stack-overflow-backend/config.d.ts index 54e517c5d8..b97f237c19 100644 --- a/plugins/stack-overflow-backend/config.d.ts +++ b/plugins/stack-overflow-backend/config.d.ts @@ -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