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

# Interface: rawFetchedAuthorData

## Hierarchy

- [`rawFetchedData`](rawFetchedData.md)

  ↳ **`rawFetchedAuthorData`**

## Table of contents

### Properties

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

## Properties

### data

• **data**: [`rawAuthor`](rawAuthor.md)[]

#### Overrides

[rawFetchedData](rawFetchedData.md).[data](rawFetchedData.md#data)

#### Defined in

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

___

### limit

• **limit**: `number`

#### Inherited from

[rawFetchedData](rawFetchedData.md).[limit](rawFetchedData.md#limit)

#### Defined in

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

___

### offset

• **offset**: `number`

#### Inherited from

[rawFetchedData](rawFetchedData.md).[offset](rawFetchedData.md#offset)

#### Defined in

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

___

### response

• **response**: `string`

#### Inherited from

[rawFetchedData](rawFetchedData.md).[response](rawFetchedData.md#response)

#### Defined in

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

___

### result

• **result**: `string`

#### Inherited from

[rawFetchedData](rawFetchedData.md).[result](rawFetchedData.md#result)

#### Defined in

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

___

### total

• **total**: `number`

#### Inherited from

[rawFetchedData](rawFetchedData.md).[total](rawFetchedData.md#total)

#### Defined in

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