Interface GetStudyNabGraphURLResponse

interface GetStudyNabGraphURLResponse {
    objectIds: any[];
    url: string;
}

Properties

Properties

objectIds: any[]

IDs of the samples that were successfully graphed.

url: string

URL of the dilution curve graph.

Generated using TypeDoc