bytes<N>: N extends void ? Brand<string, "bytes"> : StaticBytes<N>
N
void
Brand
string
"bytes"
StaticBytes
• N = void
types/global.d.ts:256