export interface SchemaDeclaration { [collectionName: string]: { type: Record; relations?: { [fieldName: string]: Record; }; }; }