import { GroupLabelAsResponse } from "../definitions/GroupLabelAsResponse"; export interface FoundGroupAsResponse { /** * The name of the group. */ name?: string; /** * The group name with the matched query string highlighted with the HTML bold tag. */ html?: string; labels?: Array; /** * The ID of the group, if available, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. */ groupId?: string; } //# sourceMappingURL=FoundGroupAsResponse.d.ts.map