Skip to content

ActivityPlug API / @activityplug/session-postgres / PostgresBrowserSessionStoreOptions

Interface: PostgresBrowserSessionStoreOptions

Defined in: browser.ts:29

Properties

client

readonly client: PostgresBrowserSessionStoreClient

Defined in: browser.ts:30


now?

readonly optional now?: () => Date

Defined in: browser.ts:32

Returns

Date


tableName?

readonly optional tableName?: string

Defined in: browser.ts:31