UNPKG
jslib-nightly
Version:
latest (1.62.0-alpha.1)
1.62.0-alpha.1
1.46.0-alpha.587
SheerID JavaScript Library
developer.sheerid.com
jslib-nightly
/
src
/
lib
/
VerificationService
/
VerificationServiceStore.d.ts
9 lines
(8 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
VerificationStore
}
from
'../types/types'
;
export
declare
const
getStore
:
() =>
VerificationStore
;
export
declare
const
resetStore
:
() =>
{
type
:
"RESET_STATE"
; };
export
declare
const
refreshStore
:
() =>
{
type
:
"FORCE_UPDATE"
; };