import { Many } from './Many.js';

type PropertyPath = Many<PropertyKey>;

export type { PropertyPath };
