Type Alias RecommendItems

type RecommendItems = {
    fields?: RecommendFieldItem[];
    libItems?: RecommendMasterItem[];
    targetAnalysis?: { id?: string };
}
Index

Properties

libItems?: RecommendMasterItem[]
targetAnalysis?: { id?: string }

Type declaration

  • Optionalid?: string

    id of the target analysis, returned by the GET insight-analyses endpoint