Base patch body for connections.

interface BasePatchConnectionBody {
    metadata?: Record<string, any>;
}

Hierarchy (View Summary)

Properties

Properties

metadata?: Record<string, any>