seamapi-types
Advanced tools
Comparing version 1.3.15 to 1.3.16
@@ -95,8 +95,10 @@ import { Except } from 'type-fest'; | ||
title: string; | ||
description?: string; | ||
options: Array<{ | ||
label: string; | ||
sublabel?: string; | ||
value: string; | ||
image_url?: string; | ||
}>; | ||
can_select_multiple?: boolean; | ||
selection_mode?: "none" | "single" | "multiple"; | ||
}, { | ||
@@ -103,0 +105,0 @@ value: string | string[]; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.3.15", | ||
"version": "1.3.16", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -46,8 +46,10 @@ import { Except } from "type-fest" | ||
title: string | ||
description?: string | ||
options: Array<{ | ||
label: string | ||
sublabel?: string | ||
value: string | ||
image_url?: string | ||
}> | ||
can_select_multiple?: boolean | ||
selection_mode?: "none" | "single" | "multiple" | ||
}, | ||
@@ -54,0 +56,0 @@ { value: string | string[] } |
13454
376