Skip to main content
Very Popular
Latest
interface AmqpNumberField
import { type AmqpNumberField } from "https://deno.land/x/amqp@v0.24.0/src/encoding/amqp_field_types.ts";

Properties

type:
| "uint8"
| "uint16"
| "uint32"
| "uint64"
| "timestamp"
| "int8"
| "int16"
| "int32"
| "int64"
| "float32"
| "float64"
value: number