enonic-types
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -185,3 +185,3 @@ import { Region } from "./portal"; | ||
} | ||
export declare type AggregationsResponse<B extends string> = { | ||
export declare type AggregationsResponse<B extends string = string> = { | ||
[K in B]: AggregationsResponseEntry; | ||
@@ -188,0 +188,0 @@ }; |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
39747