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

    Interface MacklinApiSuccessResponse<T>

    Successful API response with additional metadata. Used internally to track response headers and status codes for debugging and error handling.

    interface MacklinApiSuccessResponse<T> {
        data: T;
        headers: Headers;
        status: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T

    The typed response data

    headers: Headers

    Response headers from the server

    status: number

    HTTP status code