Additional link data typings
This commit is contained in:
parent
732941f8be
commit
5eef85727e
1 changed files with 3 additions and 0 deletions
|
@ -5,7 +5,10 @@ import type { Page } from "../types.js";
|
||||||
interface LinkData {
|
interface LinkData {
|
||||||
title: string,
|
title: string,
|
||||||
url: string,
|
url: string,
|
||||||
|
altUrls?: string[],
|
||||||
tags: string[],
|
tags: string[],
|
||||||
|
via?: string,
|
||||||
|
related?: string,
|
||||||
description?: string,
|
description?: string,
|
||||||
read?: string,
|
read?: string,
|
||||||
author?: string,
|
author?: string,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue