import type { PropertyKey } from './propertyKey';

/** List of property keys. */
export interface PropertyKeys {
  /** Property key details. */
  keys?: PropertyKey[];
}
