Skip to content

Commit 322f675

Browse files
Fixing type for the auth field in the config
1 parent 9b1ce82 commit 322f675

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)