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.
String literal union of every AdCP version the SDK formally supports.
Used by the per-instance
adcpVersionconstructor 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.