> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AuthorizationDetail

```ts Example theme={null}
export interface AuthorizationDetail {
  type: string;
  [key: string]: string;
}
```

## Indexable

\[`key`: `string`]: `string`

## Properties

<ParamField body="type" type="string" />
