unified-llm-client
Preparing search index...
PostgresSessionStoreQueryResult
Interface PostgresSessionStoreQueryResult<TRow>
Minimal query result contract used by Postgres-backed stores/loggers.
interface
PostgresSessionStoreQueryResult
<
TRow
=
Record
<
string
,
unknown
>
>
{
rowCount
?:
number
|
null
;
rows
:
TRow
[]
;
}
Type Parameters
TRow
=
Record
<
string
,
unknown
>
Index
Properties
row
Count?
rows
Properties
Optional
row
Count
rowCount
?:
number
|
null
rows
rows
:
TRow
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
row
Count
rows
unified-llm-client
Loading...
Minimal query result contract used by Postgres-backed stores/loggers.