import { JqlQueryFieldEntityPropertyAsResponse } from "../definitions/JqlQueryFieldEntityPropertyAsResponse"; export interface JqlQueryFieldAsResponse { /** * The name of the field. */ name: string; /** * When the field refers to a value in an entity property, details of the entity property value. */ property?: Array; } //# sourceMappingURL=JqlQueryFieldAsResponse.d.ts.map