# StoryFile

**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#L110)

Parsed story file result

## Properties

| Property | Type |
|---|---|
| `filePath` | `string` |
| `fileId` | `string` |
| `stories` | `StoryEntry[]` |
| `defaultExport` | `DefaultExport` |
| `source` | `string` |
| `version` | `CSFVersion` |
