import type { Entity } from '../../entity/index.js'; import type { ReadValueOptions, WriteValueOptions } from '../../schema/index.js'; export interface WriteItemOptions extends WriteValueOptions { } export interface ReadItemOptions extends ReadValueOptions { }