Type Alias: CollectionName
type CollectionName = string;Defined in: content.ts:14
The name of any collection. The types tomekit generates in .tomekit narrow it to the names in your config.
Example
const name: CollectionName = "posts";type CollectionName = string;Defined in: content.ts:14
The name of any collection. The types tomekit generates in .tomekit narrow it to the names in your config.
const name: CollectionName = "posts";