@stoker-platform/types 0.5.70 → 0.5.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/types/app.ts +1 -0
package/package.json
CHANGED
package/src/types/app.ts
CHANGED
|
@@ -313,6 +313,7 @@ export interface AdminConfig {
|
|
|
313
313
|
* If the user role has access to the Dashboard, that will take precedence
|
|
314
314
|
*/
|
|
315
315
|
homePage?: Record<StokerRole, StokerCollection> | (() => Record<StokerRole, StokerCollection>)
|
|
316
|
+
searchAll?: boolean | (() => boolean)
|
|
316
317
|
}
|
|
317
318
|
|
|
318
319
|
export interface GenerateGlobalConfigParams {
|