Skip to main content
Go to Latest
interface ExchangeDeclare
import { type ExchangeDeclare } from "https://deno.land/x/amqp@v0.23.1/mod.ts";

Properties

ticket: number
exchange: string
type: string
passive: boolean
durable: boolean
autoDelete: boolean
internal: boolean
nowait: boolean
arguments: Record<string, unknown>