export interface ProjectRoleGroupAsResponse { /** * The display name of the group. */ displayName?: string; /** * The name of the group */ name?: string; } //# sourceMappingURL=ProjectRoleGroupAsResponse.d.ts.map