[@medialib/medialib-manga-source-mangadex](../README.md) / [Exports](../modules.md) / rawChapter

# Interface: rawChapter

## Table of contents

### Properties

- [attributes](rawChapter.md#attributes)
- [id](rawChapter.md#id)
- [relationships](rawChapter.md#relationships)
- [type](rawChapter.md#type)

## Properties

### attributes

• **attributes**: `Object`

#### Type declaration

| Name | Type |
| :------ | :------ |
| `chapter` | `string` |
| `createdAt` | `string` |
| `externalUrl` | ``null`` \| `string` |
| `pages` | `number` |
| `publishAt` | `string` |
| `readableAt` | `string` |
| `title` | `string` |
| `translatedLanguage` | `string` |
| `updatedAt` | `string` |
| `version` | `number` |
| `volume` | `string` |

#### Defined in

[src/rawTypes.ts:111](https://github.com/medialib-project/medialib-manga-source-mangadex/blob/873d461/src/rawTypes.ts#L111)

___

### id

• **id**: `string`

#### Defined in

[src/rawTypes.ts:109](https://github.com/medialib-project/medialib-manga-source-mangadex/blob/873d461/src/rawTypes.ts#L109)

___

### relationships

• **relationships**: [`rawRelationship`](rawRelationship.md)[]

#### Defined in

[src/rawTypes.ts:124](https://github.com/medialib-project/medialib-manga-source-mangadex/blob/873d461/src/rawTypes.ts#L124)

___

### type

• **type**: `string`

#### Defined in

[src/rawTypes.ts:110](https://github.com/medialib-project/medialib-manga-source-mangadex/blob/873d461/src/rawTypes.ts#L110)
