@cloudamqp/amqp-client
    Preparing search index...

    Type Alias ResolveBody<P, O>

    ResolveBody: [O] extends [never] ? PlainBody : InferParserInput<P[O]>

    Resolve the publish body type from the effective content-type key O. Cascade: explicit contentType → default contentType → PlainBody.

    Type Parameters