ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface CacheResponse

    Just an object with both of the above

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

    Properties

    Properties