interface Link {
    children: PhrasingContent[];
    title?: null | string;
    type: "link";
    url: string;
}

Hierarchy (view full)

Properties

Properties

children: PhrasingContent[]
title?: null | string
type: "link"
url: string

Generated using TypeDoc