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

//#region src/compat/_internal/PropertyPath.d.ts
type PropertyPath = Many<PropertyKey>;
//#endregion
export { PropertyPath };