interface RichContentLink {
    href: string;
    key: string;
    target?: "_self" | "_blank";
    type: "link";
    value: string;
}

Properties

href: string
key: string
target?: "_self" | "_blank"
type: "link"
value: string