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

    Interface RequestParams

    Type for request parameters.

    const params: RequestParams = {
    limit: 10,
    offset: 0,
    sort: "name",
    filter: "category:chemicals",
    };

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown