import type { Entity } from '../../entity/index.js'; import type { InputValue } from '../../schema/index.js'; import type { WriteItemOptions } from './options.js'; export type InputItem = InputValue; export type KeyInputItem = InputItem;