export interface CollectionOptions {
    idKey?: string;
    idGenerator?: () => string | number;
}
