schema.rel.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > Rel

Rel type

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