diff --git a/ts/src/program/namespace/account.ts b/ts/src/program/namespace/account.ts index 459692d19..5563900c5 100644 --- a/ts/src/program/namespace/account.ts +++ b/ts/src/program/namespace/account.ts @@ -66,7 +66,7 @@ type NullableIdlAccount = IDL["accounts"] extends undefined * For the full API, see the [[AccountClient]] reference. */ export type AccountNamespace = { - [M in keyof AllAccountsMap]: AccountClient[M]>; + [M in keyof AllAccountsMap]: AccountClient; }; export class AccountClient<