Interface: CollectionEntryLike<TData>
Defined in: src/types/index.ts:538
Minimal shape of an Astro content collection entry.
Type Parameters
TData
TData = unknown
Indexable
[
key:string]:unknown
Properties
data?
optionaldata?:TData
Defined in: src/types/index.ts:541
id
id:
string
Defined in: src/types/index.ts:539
slug?
optionalslug?:string
Defined in: src/types/index.ts:540