This commit is contained in:
2025-11-22 14:43:05 +01:00
parent 5498cf4342
commit 530218a4b8
9 changed files with 38 additions and 40 deletions
@@ -5,7 +5,7 @@ type Identifier = string | number;
interface DocumentLinkLike {
url?: string | null;
contentType?: string | null;
mimeType?: string | null;
}
export interface Breadcrumb {