Interface: ProviderResponse
Defined in: api.ts:24
Note this is not the provider config as written in config/plugins.
options is deliberately absent: it is handed straight to the adapter and for redis holds connection details, so the controller allow-lists these two fields rather than returning the object it holds.
Properties
| Property | Type | Defined in |
|---|---|---|
provider | { getTimeout?: number; name?: string; } | api.ts:25 |
provider.getTimeout? | number | api.ts:27 |
provider.name? | string | api.ts:26 |