@karmaniverous/entity-client-dynamodb
GitHub
Preparing search index...
index
MinimalBuilder
Interface MinimalBuilder
Minimal builder shape required by condition helpers.
indexParamsMap: per-index mutable params
entityClient.logger: debug/error logging
interface
MinimalBuilder
{
entityClient
:
{
logger
:
Pick
<
Console
,
"debug"
|
"error"
>
}
;
indexParamsMap
:
Record
<
string
,
IndexParams
>
;
}
Index
Properties
entity
Client
index
Params
Map
Properties
entity
Client
entityClient
:
{
logger
:
Pick
<
Console
,
"debug"
|
"error"
>
}
index
Params
Map
indexParamsMap
:
Record
<
string
,
IndexParams
>
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
On This Page
Properties
entity
Client
index
Params
Map
GitHub
@karmaniverous/entity-client-dynamodb
Loading...
Minimal builder shape required by condition helpers.