Home > @datashaper/schema > Rel
A rel is a string that describes the relationship between a resource and its child.
Signature:
export type Rel = KnownRel
/**
* Any other custom Rel type can be specified by bundles
*/
| string;References: KnownRel