ChemPal Documentation - v0.0.0
    Preparing search index...
    interface SDQAgentQuery {
        select?: string | SDQSelect[];
        where: SDQWhere;
        limit?: number;
    }
    Index

    Properties

    Properties

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