> ## Documentation Index
> Fetch the complete documentation index at: https://bazel-pr-29840.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OutputGroupInfo

A provider that indicates what output groups a rule has.
See [Requesting output files](https://bazel.build/extending/rules#requesting_output_files) for more information.

## Members

* [OutputGroupInfo](#OutputGroupInfo)

## OutputGroupInfo

```
OutputGroupInfo OutputGroupInfo(**kwargs)
```

Instantiate this provider with

```
OutputGroupInfo(group1 = <files>, group2 = <files>...)
```

See [Requesting output files](https://bazel.build/extending/rules#requesting_output_files)  for more information.

### Parameters

| Parameter | Description     |
| --------- | --------------- |
| `kwargs`  | default is `{}` |
