@labkey/api
    Preparing search index...

    Interface SelectDistinctResponse

    interface SelectDistinctResponse {
        queryName: string;
        schemaName: string;
        values: any[];
    }
    Index

    Properties

    queryName: string
    schemaName: string
    values: any[]