# ConfigInfo

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/storybook/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/storybook/types.ts#L128)

Configuration detection result

## Properties

| Property | Type |
|---|---|
| `format` | `ConfigFormat` |
| `configDir` | `string` |
| `stories` | `string[]` |
| `excludePatterns` | `string[]` |
| `detected` | `{
    hasStorybookConfig: boolean;
    hasLadleConfig: boolean;
    hasAtloriaConfig: boolean;
  }` |
