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

# Interface: rawAuthor

## Table of contents

### Properties

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

## Properties

### attributes

• **attributes**: `Object`

#### Type declaration

| Name | Type |
| :------ | :------ |
| `biography` | { `[key: string]`: `string`;  } |
| `booth` | ``null`` \| `string` |
| `createdAt` | `string` |
| `fanBox` | ``null`` \| `string` |
| `fantia` | ``null`` \| `string` |
| `imageUrl` | ``null`` \| `string` |
| `melonBook` | ``null`` \| `string` |
| `name` | `string` |
| `naver` | ``null`` \| `string` |
| `nicoVideo` | ``null`` \| `string` |
| `pixiv` | ``null`` \| `string` |
| `skeb` | ``null`` \| `string` |
| `tumblr` | ``null`` \| `string` |
| `twitter` | ``null`` \| `string` |
| `updatedAt` | `string` |
| `version` | `number` |
| `website` | ``null`` \| `string` |
| `weibo` | ``null`` \| `string` |
| `youtube` | ``null`` \| `string` |

#### Defined in

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

___

### id

• **id**: `string`

#### Defined in

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

___

### relationships

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

#### Defined in

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

___

### type

• **type**: `string`

#### Defined in

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