Additional link data typings

This commit is contained in:
Hornwitser 2025-02-02 15:51:05 +01:00
parent 732941f8be
commit 5eef85727e

View file

@ -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,