mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-24 20:06:55 +01:00
11 lines
250 B
TypeScript
11 lines
250 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
|
|
/**
|
|
* The selected labels and their values for filtering the metric data.
|
|
*/
|
|
export type MetricQuerySchemaLabelSelectors = { [key: string]: string[] };
|