import type { ValueData } from './ValueData'; export type Value = { data: ValueData; };