Skip to content

Commit a078c41

Browse files
Merge pull request #220 from HubSpot/br/fix-auth-type
Chore: Fixing type for the auth field in the config
2 parents 9b1ce82 + 322f675 commit a078c41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/Accounts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export interface CLIAccount_NEW {
1414
authType?: AuthType;
1515
auth?: {
1616
tokenInfo?: TokenInfo;
17+
clientId?: string;
18+
clientSecret?: string;
1719
};
1820
sandboxAccountType?: string | null;
1921
parentAccountId?: number | null;

0 commit comments

Comments
 (0)