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 {
|
||||
title: string,
|
||||
url: string,
|
||||
altUrls?: string[],
|
||||
tags: string[],
|
||||
via?: string,
|
||||
related?: string,
|
||||
description?: string,
|
||||
read?: string,
|
||||
author?: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue