@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface LegacyFormatConversionContext

    Context passed to an adopter's seller-specific legacy format converter.

    interface LegacyFormatConversionContext {
        formatId: Readonly<V1FormatId>;
        productId: string;
        field: string;
    }
    Index

    Properties

    formatId: Readonly<V1FormatId>
    productId: string
    field: string