Type Alias AnalysisModelResponse

type AnalysisModelResponse = {
    data?: AnalysisModelResponseDetail[];
    links?: Links;
}
Index

Properties

Properties

links?: Links