seamapi-types
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -21,3 +21,4 @@ import { Except } from 'type-fest'; | ||
declare type Field<Type extends string, Props, Input> = { | ||
type: string; | ||
name: string; | ||
type: Type; | ||
props: { | ||
@@ -24,0 +25,0 @@ label: string; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
export type Field<Type extends string, Props, Input> = { | ||
type: string | ||
name: string | ||
type: Type | ||
props: { | ||
@@ -4,0 +5,0 @@ label: string |
11291
319