/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface PropertyKeyAsResponse { /** * The key of the property. */ key?: string; /** * The URL of the property. */ self?: string; } //# sourceMappingURL=PropertyKeyAsResponse.d.ts.map