import type { CollectionRef, EntityRef, MetaType } from '.'; export interface Collection> extends CollectionRef { rows: T[]; }