/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface PropertyKey { self?: string; key?: string; } export interface PropertyKeys { keys?: PropertyKey[]; } //# sourceMappingURL=property_key.d.ts.map