/**
 * Built-in editor for JSON fields.
 */
export type JsonEditorConfiguration = Record<string, never>;
