Skip to main content

Interface: GetRecordOptions

Defined in: src/types/interfaces/repository.interface.ts:74

Options for fetching a single record.

Properties

cid?

readonly optional cid: CID

Defined in: src/types/interfaces/repository.interface.ts:82

Specific CID version to fetch.

Remarks

If provided, fetches the record at this specific version. If omitted, fetches the latest version.