UNPKG

@towns-protocol/sdk

Version:

For more details, visit the following resources:

7 lines 263 B
import { type Interceptor } from '@towns-protocol/rpc-connector/common'; import { type RetryParams } from './rpcInterceptors'; export interface RpcOptions { retryParams?: RetryParams; interceptors?: Interceptor[]; } //# sourceMappingURL=rpcCommon.d.ts.map