Preparing search index...
The search index is not available
lib.reviews
lib.reviews
types/http/locals
SessionDataWithFlash
Interface SessionDataWithFlash
Session data augmented with the flash buckets created by
flashStore
.
interface
SessionDataWithFlash
{
flash
?:
FlashBuckets
;
returnTo
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
flash?
return
To?
Properties
Optional
flash
flash
?:
FlashBuckets
Optional
return
To
returnTo
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
flash
return
To
lib.reviews
Loading...
Session data augmented with the flash buckets created by
flashStore.