Type Alias NLMetricsResponse

type NLMetricsResponse = {
    data?: NLMetricRecord[];
    links?: Links;
    meta?: { total: number };
}
Index

Properties

Properties

links?: Links
meta?: { total: number }

Type declaration

  • total: number

    The total number of metrics matching the current filter.