UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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