Type alias ResolvedSegmentLiteralBytecode
ResolvedSegmentLiteralBytecode: ResolvedSegmentBase & { literal: string; literalType: ResolvedSegmentLiteralType; type: "bytecode"; value: Uint8Array; } Type declaration
literal: string
type: "bytecode"
value: Uint8Array