Skip to content

Commit

Permalink
Merge pull request #220 from HubSpot/br/fix-auth-type
Browse files Browse the repository at this point in the history
Chore: Fixing type for the auth field in the config
  • Loading branch information
brandenrodgers authored Dec 17, 2024
2 parents 9b1ce82 + 322f675 commit a078c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/Accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export interface CLIAccount_NEW {
authType?: AuthType;
auth?: {
tokenInfo?: TokenInfo;
clientId?: string;
clientSecret?: string;
};
sandboxAccountType?: string | null;
parentAccountId?: number | null;
Expand Down

0 comments on commit a078c41

Please sign in to comment.