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

# Interface: rawFetchedData

## Hierarchy

- **`rawFetchedData`**

  ↳ [`rawFetchedMangaData`](rawFetchedMangaData.md)

  ↳ [`rawFetchedAuthorData`](rawFetchedAuthorData.md)

  ↳ [`rawFetchedChapterData`](rawFetchedChapterData.md)

  ↳ [`rawFetchedPageData`](rawFetchedPageData.md)

## Table of contents

### Properties

- [data](rawFetchedData.md#data)
- [limit](rawFetchedData.md#limit)
- [offset](rawFetchedData.md#offset)
- [response](rawFetchedData.md#response)
- [result](rawFetchedData.md#result)
- [total](rawFetchedData.md#total)

## Properties

### data

• **data**: `any`[]

#### Defined in

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

___

### limit

• **limit**: `number`

#### Defined in

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

___

### offset

• **offset**: `number`

#### Defined in

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

___

### response

• **response**: `string`

#### Defined in

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

___

### result

• **result**: `string`

#### Defined in

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

___

### total

• **total**: `number`

#### Defined in

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