@frontegg/types
Advanced tools
Comparing version 5.26.0 to 5.27.0
@@ -84,6 +84,10 @@ import { RedirectOptions } from '@frontegg/rest-api'; | ||
/** | ||
* Pass Redux store object created by createFronteggStore to manage actions and state of the frontegg application | ||
* Pass Redux store object created by create Frontegg Store to manage actions and state of the frontegg application | ||
* mostly used when building your own components. | ||
*/ | ||
store?: EnhancedStore; | ||
/** | ||
* Option to support tracing from the Frontegg login box | ||
*/ | ||
tracing?: boolean; | ||
} |
{ | ||
"name": "@frontegg/types", | ||
"version": "5.26.0", | ||
"version": "5.27.0", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
210004
6124