diff --git a/types/Accounts.ts b/types/Accounts.ts index 9a675c1..a897846 100644 --- a/types/Accounts.ts +++ b/types/Accounts.ts @@ -14,6 +14,8 @@ export interface CLIAccount_NEW { authType?: AuthType; auth?: { tokenInfo?: TokenInfo; + clientId?: string; + clientSecret?: string; }; sandboxAccountType?: string | null; parentAccountId?: number | null;