[@evmts/resolutions](../README.md) / [Modules](../modules.md) / [types](../modules/types.md) / ModuleInfo

# Interface: ModuleInfo

[types](../modules/types.md).ModuleInfo

Copied from rollup (kinda)

**`See`**

https://rollupjs.org/plugin-development/#this-getmoduleinfo

## Table of contents

### Properties

- [code](types.ModuleInfo.md#code)
- [id](types.ModuleInfo.md#id)
- [importedIds](types.ModuleInfo.md#importedids)
- [rawCode](types.ModuleInfo.md#rawcode)

## Properties

### code

• **code**: ``null`` \| `string`

#### Defined in

[types.ts:20](https://github.com/evmts/evmts-monorepo/blob/main/bundler/resolutions/src/types.ts#L20)

___

### id

• **id**: `string`

#### Defined in

[types.ts:18](https://github.com/evmts/evmts-monorepo/blob/main/bundler/resolutions/src/types.ts#L18)

___

### importedIds

• **importedIds**: `string`[]

#### Defined in

[types.ts:21](https://github.com/evmts/evmts-monorepo/blob/main/bundler/resolutions/src/types.ts#L21)

___

### rawCode

• **rawCode**: ``null`` \| `string`

#### Defined in

[types.ts:19](https://github.com/evmts/evmts-monorepo/blob/main/bundler/resolutions/src/types.ts#L19)
