mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(web): require page load to export title (#1956)
This commit is contained in:
8
web/src/app.d.ts
vendored
8
web/src/app.d.ts
vendored
@@ -8,7 +8,13 @@ declare namespace App {
|
||||
api: import('@api').ImmichApi;
|
||||
}
|
||||
|
||||
// interface Platform {}
|
||||
interface PageData {
|
||||
meta: {
|
||||
title: string;
|
||||
description?: string;
|
||||
imageUrl?: string;
|
||||
};
|
||||
}
|
||||
|
||||
interface Error {
|
||||
message: string;
|
||||
|
||||
Reference in New Issue
Block a user