UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 143 B
import type { JSONSchema7 } from 'json-schema'; export declare function jsonSchemaToCompactText(schema: JSONSchema7, indent?: number): string;