/** * Union of all collection names */ export declare const collectionNames: readonly ["catalogs", "containers", "grids", "products", "units", "users", "_tags"]; export type CollectionName = (typeof collectionNames)[number]; //# sourceMappingURL=collection.d.ts.map