@contember/schema
Advanced tools
Comparing version 2.0.0-alpha.36 to 2.0.0-alpha.37
@@ -9,5 +9,3 @@ export declare namespace Value { | ||
type FieldValue<E = never> = AtomicValue<E> | Value.Object<E> | List<E>; | ||
type GenericValueLike<T> = T | PromiseLike<T> | (() => T | PromiseLike<T>); | ||
type ColumnValueLike<E = never> = GenericValueLike<FieldValue<E>>; | ||
} | ||
//# sourceMappingURL=value.d.ts.map |
{ | ||
"name": "@contember/schema", | ||
"version": "2.0.0-alpha.36", | ||
"version": "2.0.0-alpha.37", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./dist/production/index.js", |
@@ -10,6 +10,2 @@ export namespace Value { | ||
export type FieldValue<E = never> = AtomicValue<E> | Value.Object<E> | List<E> | ||
export type GenericValueLike<T> = T | PromiseLike<T> | (() => T | PromiseLike<T>) | ||
export type ColumnValueLike<E = never> = GenericValueLike<FieldValue<E>> | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
278234
2336