/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ObjectAQLParams { /** * The AQL that will fetch the objects. */ qlQuery: string; } //# sourceMappingURL=ObjectAQLParams.d.ts.map