Type Alias AnalysisDescriptorResponse

type AnalysisDescriptorResponse = {
    data?: AnalysisDescriptor[];
    links?: Links;
}
Index
links?: Links