/**
 * Built-in editor for Single-asset fields.
 */
export type FileEditorConfiguration = Record<string, never>;
