/* eslint-disable */ // @ts-nocheck /* * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY */ export enum FeatureGateIDEnum { METRICS = "METRICS", LOGGING = "LOGGING", TRACING = "TRACING", GRAPH_VIRTUAL_NODE = "GRAPH_VIRTUAL_NODE", LOG_ALERT = "LOG_ALERT", NET_FLOW = "NET_FLOW", EVENT = "EVENT", SLOW_SQL = "SLOW_SQL", } export type FeatureGateID = { id?: FeatureGateIDEnum } export type FeatureGate = { id?: FeatureGateIDEnum name?: string description?: string enabled?: boolean status?: string } export type FeatureGatesResp = { items?: FeatureGate[] }