/** Property key details. */
export interface PropertyKey {
  /** The URL of the property. */
  self?: string;
  /** The key of the property. */
  key?: string;
}
