seamapi-types
Advanced tools
Comparing version 1.3.13 to 1.3.14
@@ -92,4 +92,5 @@ import { Except } from 'type-fest'; | ||
}>; | ||
can_select_multiple?: boolean; | ||
}, { | ||
value: string; | ||
value: string | string[]; | ||
}>; | ||
@@ -96,0 +97,0 @@ declare type LoginPane = Pane<"login_pane", { |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.3.13", | ||
"version": "1.3.14", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -51,4 +51,5 @@ import { Except } from "type-fest" | ||
}> | ||
can_select_multiple?: boolean | ||
}, | ||
{ value: string } | ||
{ value: string | string[] } | ||
> | ||
@@ -55,0 +56,0 @@ |
12478
349