import { Range } from "./Range"; export type TraitRange = { key: string; valueRange: Range; };