# ParseInput

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `config` | `Pick<
    JobConfig,
    'repositoryUrl' | 'branch' | 'includePaths' | 'excludePaths'
  > & {
    /** Parser-core configuration */
    parsers?: ParserCoreConfig;
    /** Scope paths for file discovery */
    scopePaths?: {
      frontend?: string;
      backend?: string;
    };
  }` |
| `workDir` | `string` |
