Skip to content

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

PropertyTypeDefined in
provider{ getTimeout?: number; name?: string; }api.ts:25
provider.getTimeout?numberapi.ts:27
provider.name?stringapi.ts:26