<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Rel](./schema.rel.md)

## Rel type

A rel is a string that describes the relationship between a resource and its child.

<b>Signature:</b>

```typescript
export type Rel = KnownRel
/**
 * Any other custom Rel type can be specified by bundles
 */
 | string;
```
<b>References:</b> [KnownRel](./schema.knownrel.md)

