# UserAction

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-03.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-03.types.ts#L46)

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `description` | `string` |
| `httpMethod` | `'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH'` |
| `path` | `string` |
| `component` | `string` |
