import { AnalyticsTinybirdJwtMap } from '~/generated-metadata/graphql'; export const ANALYTICS_GRAPH_DESCRIPTION_MAP: AnalyticsTinybirdJwtMap = { getWebhookAnalytics: 'See your webhook activity over time', getPageviewsAnalytics: 'See your Page Views activity over time', getUsersAnalytics: 'See your Users activity over time', getServerlessFunctionDuration: 'See your function duration over time', getServerlessFunctionSuccessRate: 'See your function success rate over time', getServerlessFunctionErrorCount: 'See your function error count over time', };