AR
arucard21/hal-types
Typescript definitions for HAL
Typescript types for HAL documents
This repository exports a set of typescript types for
HAL documents.
It exports the following interfaces:
HalLink, representing an individual HAL LinkHalResource, representing a single HAL document, with at least a
_linksproperty and optionally_embeddedproperty and_templatesproperties.LinkHints, an extension to links, as defined in draft-nottingham-link-hint.HalFormsTemplate, A HAL Forms template object.HalFormsPropertyA single property from a HAL Form.