UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

7 lines (6 loc) 313 B
export type MetricCategory = 'default' | 'routes' | 'cache' | 'logs' | 'queue'; export type MetricLabel = 'credentialsType' | 'nodeType' | 'workflowId' | 'apiPath' | 'apiMethod' | 'apiStatusCode'; export type Includes = { metrics: Record<MetricCategory, boolean>; labels: Record<MetricLabel, boolean>; };