/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface JQLQueryWithUnknownUsersAsResponse { /** * The converted query, with accountIDs instead of user identifiers, or 'unknown' for users that could not be found */ convertedQuery?: string; /** * The original query, for reference */ originalQuery?: string; } //# sourceMappingURL=JQLQueryWithUnknownUsersAsResponse.d.ts.map