Type Alias AnalysisDescriptorResponse

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

Properties

Properties

links?: Links