@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Type Alias AdcpVersion

    AdcpVersion: typeof COMPATIBLE_ADCP_VERSIONS[number]

    String literal union of every AdCP version the SDK formally supports.

    Used by the per-instance adcpVersion constructor option to give callers autocomplete in editors. The intersection with (string & {}) in the config type preserves the escape hatch — any string is still accepted at the type level — while the literal union surfaces canonical values first.