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

Type Parameters

  • T extends string

Hierarchy

  • Link

Properties

Properties

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

Type declaration

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