export namespace base { export type Field = { type: T; value: V; }; export type NonValueField = { type: T; }; }