From d9768a70b6b799667667aa8345061558d3ff9fbe Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 8 Mar 2024 16:02:00 +0100 Subject: [PATCH] Add missing response type file Signed-off-by: Julius Volz --- web/ui/mantine-ui/src/api/responseTypes/labelValues.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/ui/mantine-ui/src/api/responseTypes/labelValues.ts diff --git a/web/ui/mantine-ui/src/api/responseTypes/labelValues.ts b/web/ui/mantine-ui/src/api/responseTypes/labelValues.ts new file mode 100644 index 0000000000..5b28851942 --- /dev/null +++ b/web/ui/mantine-ui/src/api/responseTypes/labelValues.ts @@ -0,0 +1 @@ +export type LabelValuesResult = string[];