/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { PropertyKeyAsResponse } from "../definitions/PropertyKeyAsResponse"; export interface PropertyKeysAsResponse { /** * Property key details. */ keys?: Array; } //# sourceMappingURL=PropertyKeysAsResponse.d.ts.map