Skip to content

Commit

Permalink
Fix collection type def
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Nov 22, 2024
1 parent d26e98e commit 13795d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/typedefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@
*/

/**
* Collection type.
* @typedef {'entry' | 'asset'} CollectionType
* Collection type. Note: Sveltia CMS calls a folder collection an entry collection.
* @typedef {'entry' | 'file'} CollectionType
*/

/**
Expand Down

0 comments on commit 13795d7

Please sign in to comment.