Interface: ScanCallOptions
Defined in: src/scan/scanner.ts:49
Transport options shared by all Scanner operations.
Extended by
Properties
numRetries?
optional numRetries?: number;
Defined in: src/scan/scanner.ts:51
Per-call retry override (0–5). Omit to use the global configuration.