import type { Schema } from '../types/index.js'; export interface ItemAttributes { [key: string]: Schema; }