Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 460 Bytes

File metadata and controls

19 lines (13 loc) · 460 Bytes

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