ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Interface SDQAgentQuery

    Query parameters for the SDQ agent

    interface SDQAgentQuery {
        select?: string | SDQSelect[];
        where: SDQWhere;
        limit?: number;
    }
    Index

    Properties

    Properties

    select?: string | SDQSelect[]
    where: SDQWhere
    limit?: number