ChemPal Documentation - v1.7.0
    Preparing search index...

    Interface CacheResponse

    Just an object with both of the above

    interface CacheResponse {
        hash: RequestHashObject;
        data: SerializedResponse;
    }
    Index

    Properties

    Properties