import type { Entity } from '../../entity/index.js'; import type { PrimaryKey } from '../../table/actions/parsePrimaryKey/primaryKeyParser.js'; import type { ComputeObject } from '../../types/computeObject.js'; import type { TransformedItem } from './transformedItem.js'; export type SavedItem = ComputeObject & PrimaryKey>;