@cloudcannon/configuration-types 0.0.7 → 0.0.8

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/README.md CHANGED
@@ -67,7 +67,7 @@ npm run ajv validate -s node_modules/@cloudcannon/configuration-types/cloudcanno
67
67
  For a CommonJS formatted configuration file (e.g. `/cloudcannon.config.cjs`), you can use a JSDoc comment to indicate the type of the module export:
68
68
 
69
69
  ```javascript
70
- /** @type {import("@cloudcannon/configuration-types").DefaultConfiguration} */
70
+ /** @type {import("@cloudcannon/configuration-types").Configuration} */
71
71
  const config = {
72
72
  collections_config: {
73
73
  posts: {