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

type PropertyPath = Many<PropertyKey>;

export type { PropertyPath };
