diff --git a/index.d.ts b/index.d.ts index 2adf63aa3..324bbf6ed 100644 --- a/index.d.ts +++ b/index.d.ts @@ -138,6 +138,7 @@ interface ClientOptions { }; disablePrototypePoisoningProtection?: boolean | 'proto' | 'constructor'; memoryCircuitBreaker?: MemoryCircuitBreakerOptions; + enableLongNumeralSupport?: boolean; } declare class Client {