export interface InlineLink { /** * The text of the inline link. */ linkText: string; /** * The URL of the inline link. */ linkURL: string; }