Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Link<T>

Link is a reference object to another entity that can be resolved using tools such as contentful-resolve

Type parameters

  • T: string

Hierarchy

  • Link

Index

Properties

Properties

sys

sys: { id: string; linkType: T; type: "Link" }

Type declaration

  • id: string
  • linkType: T
  • type: "Link"