mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
7b268a907d
The hdr field is { transfer: HdrTransfer } | undefined — not boolean.
Setting it to false produced a TS2322 type error. undefined is the correct
sentinel and matches how callers represent SDR throughout the codebase.