# ImportInfo

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts#L17)

Information about an import statement

## Properties

| Property | Type |
|---|---|
| `source` | `string` |
| `importType` | `'default' | 'named' | 'namespace' | 'side-effect'` |
| `imported` | `string` |
| `local` | `string` |
