Skip to content

Commit

Permalink
chore: fix auth type for deprecated config (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers authored Dec 18, 2024
1 parent 861fdfd commit 7957ded
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 @@ -32,6 +32,8 @@ export interface CLIAccount_DEPRECATED {
authType?: AuthType;
auth?: {
tokenInfo?: TokenInfo;
clientId?: string;
clientSecret?: string;
};
sandboxAccountType?: string | null;
parentAccountId?: number | null;
Expand Down

0 comments on commit 7957ded

Please sign in to comment.