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

# Interface: rawTag

## Table of contents

### Properties

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

## Properties

### attributes

• **attributes**: `Object`

#### Type declaration

| Name | Type |
| :------ | :------ |
| `description` | { `[key: string]`: `string`;  } |
| `group` | `string` |
| `name` | { `[key: string]`: `string`;  } |
| `version` | `number` |

#### Defined in

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

___

### id

• **id**: `string`

#### Defined in

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

___

### relationships

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

#### Defined in

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

___

### type

• **type**: `string`

#### Defined in

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