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