# SOURCE_TAGS

**Kind:** Constant

**Source:** [`atloria-monorepo/apps/api/src/changelog/changelog.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/changelog/changelog.types.ts#L58)

Tag vocabulary derived from event sources (feeds + reader chips filter on these).

## Definition

```ts
Record<Exclude<ChangelogSource, 'manual'>, string>
```
