@servicetitan/dte-unlayer 0.82.0 → 0.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,9 @@ export const schemaIsAvailableType = (type: string): type is SchemaNodeAvailable
9
9
 
10
10
  export interface SchemaFieldBaseOptions {
11
11
  placeholder?: any;
12
+ description?: any;
13
+ sampleData?: any;
14
+ showInEditor?: boolean;
12
15
  }
13
16
 
14
17
  interface SchemaNodeProps {