@daocloud-proto/skoala 0.41.3-26 → 0.41.3-30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -631,6 +631,8 @@ export type GetGatewayMetricDashboardReq = {
|
|
|
631
631
|
namespaceName?: string
|
|
632
632
|
gatewayName?: string
|
|
633
633
|
dashboardType?: SkoalaApiGeneralV1alpha1Grafana.DashboardType
|
|
634
|
+
from?: string
|
|
635
|
+
to?: string
|
|
634
636
|
}
|
|
635
637
|
|
|
636
638
|
export type GetGatewayMetricDashboardRes = {
|