import type { EntityPaths } from '../../../entity/actions/parsePaths/index.js'; import type { Entity } from '../../../entity/index.js'; import type { CapacityOption } from '../../../options/capacity.js'; export interface GetItemOptions { capacity?: CapacityOption; consistent?: boolean; attributes?: EntityPaths[]; tableName?: string; }