Interface: ExportedElement
Defined in: schemaExporter.ts:8
Represents a single configuration element in the exported schema
Properties
| Property | Type | Defined in |
|---|---|---|
default? | unknown | schemaExporter.ts:12 |
description? | string | schemaExporter.ts:10 |
example? | unknown | schemaExporter.ts:13 |
name | string | schemaExporter.ts:9 |
required | boolean | schemaExporter.ts:14 |
sensitive | boolean | schemaExporter.ts:15 |
type | string | schemaExporter.ts:11 |
zodValidation | unknown | schemaExporter.ts:16 |