Skip to content

Type Alias: Raw

type Raw = Record<string, unknown>;

A raw manifest document dict (pre-Document parse) — the payload half of a Contribution. Twin of the Py Raw = dict[str, Any] alias.