@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface GetProductsCacheScopeValidation

    interface GetProductsCacheScopeValidation {
        ok: boolean;
        reason?: "missing_cache_scope" | "invalid_cache_scope";
    }
    Index

    Properties

    Properties

    ok: boolean
    reason?: "missing_cache_scope" | "invalid_cache_scope"