Type Alias GetAutomlPredictionNotPredictedReasonsHttpResponse

type GetAutomlPredictionNotPredictedReasonsHttpResponse = {
    data: string;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

data: string
headers: Headers
status: 200