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