@dopt/block-types
Advanced tools
Comparing version 2.0.1 to 2.0.2
import { Static } from '@sinclair/typebox'; | ||
export type FIELD_VALUE_UNION_TYPE = string | number | boolean | null; | ||
export type FIELD_TYPE_LITERALS = 'string' | 'boolean' | 'number'; | ||
export type FIELD_TYPE_LITERALS = 'string' | 'number' | 'boolean'; | ||
export declare const FIELD_TYPE_LITERALS: Record<string, FIELD_TYPE_LITERALS>; | ||
@@ -5,0 +5,0 @@ export declare const StringField: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{ |
{ | ||
"name": "@dopt/block-types", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Schema/Type definitions for objects surfaced through the Block API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/dopt/odopt/tree/main/packages/%40dopt/block-types", |
Sorry, the diff of this file is not supported yet