@owservable/postgres
Preparing search index...
PostgresNotificationType
Type Alias PostgresNotificationType
type
PostgresNotificationType
=
{
changed
?:
string
[]
;
id
:
string
;
op
:
"insert"
|
"update"
|
"delete"
|
string
;
table
:
string
;
}
Index
Properties
changed?
id
op
table
Properties
Optional
changed
changed
?:
string
[]
id
id
:
string
op
op
:
"insert"
|
"update"
|
"delete"
|
string
table
table
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
changed
id
op
table
@owservable/postgres
Loading...