@nexo-labs/payload-taxonomies 0.8.5 → 0.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts DELETED
@@ -1,10 +0,0 @@
1
- import { CollectionConfig, Field } from 'payload';
2
-
3
- declare const COLLECTION_SLUG_TAXONOMY: "taxonomy";
4
- declare const taxonomiesCollection: (config: Partial<CollectionConfig>) => CollectionConfig;
5
-
6
- declare const buildTaxonomizedCollection: (config: CollectionConfig) => CollectionConfig;
7
-
8
- declare const taxonomyRelationship: Field;
9
-
10
- export { COLLECTION_SLUG_TAXONOMY, buildTaxonomizedCollection, taxonomiesCollection, taxonomyRelationship };