/**
 * Use a select input with auto-completion to pick the records to reference inside the field.
 * For Single link fields.
 */
export type LinkSelectEditorConfiguration = Record<string, never>;
