Saltar al contenido principal

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?

optional data?: TData

Defined in: src/types/index.ts:541


id

id: string

Defined in: src/types/index.ts:539


slug?

optional slug?: string

Defined in: src/types/index.ts:540