Type Alias CreateMlProfileInsightHttpResponse

type CreateMlProfileInsightHttpResponse = {
    data: ProfileInsightsGetResponse;
    headers: Headers;
    status: 200 | 202;
}
Index

Properties

Properties

headers: Headers
status: 200 | 202