@bruit/types
Advanced tools
Comparing version 0.2.25-3 to 0.2.25
import { BrtLogCacheLength } from './brt-log-cache-length'; | ||
export interface BrtCoreConfig { | ||
logCacheLength?: BrtLogCacheLength; | ||
addQueryParamsToLog?: boolean; | ||
} |
{ | ||
"name": "@bruit/types", | ||
"version": "0.2.25-3", | ||
"version": "0.2.25", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -5,2 +5,3 @@ import { BrtLogCacheLength } from './brt-log-cache-length'; | ||
logCacheLength?: BrtLogCacheLength; | ||
addQueryParamsToLog?: boolean; | ||
} |
27792
891