# ResolvedModule (/docs/api/interfaces/ResolvedModule)



Defined in: [packages/core/src/modules.ts:11](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/modules.ts#L11)

A module the resolver located: its canonical id (for cycles + diagnostics) and raw source.

## Properties [#properties]

### id [#id]

```ts
id: string;
```

Defined in: [packages/core/src/modules.ts:13](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/modules.ts#L13)

Canonical module id (e.g. normalized path). Stable key for cycle detection.

***

### source [#source]

```ts
source: string;
```

Defined in: [packages/core/src/modules.ts:15](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/modules.ts#L15)

Raw `.actio.yml` source text.


## Sitemap

Browse the full documentation: [Markdown sitemap](https://austenstone.github.io/actio/sitemap.md) · [XML sitemap](https://austenstone.github.io/actio/sitemap.xml)