UNPKG

341 BTypeScriptView Raw
1// TODO (major version): remove workaround for `Field` compatibility.
2import { TypeCastField } from '../../../lib/parsers/index.js';
3
4/**
5 * @deprecated
6 * `Field` is deprecated and might be removed in the future major release. Please use `TypeCastField` type instead.
7 */
8declare interface Field extends TypeCastField {}
9
10export { Field };