/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ProjectRoleGroupAsResponse { /** * The display name of the group. */ displayName?: string; /** * The ID of the group. */ groupId?: string; /** * The name of the group. As a group's name can change, use of `groupId` is recommended to identify the group. */ name?: string; } //# sourceMappingURL=ProjectRoleGroupAsResponse.d.ts.map