feat: some more migration work

This commit is contained in:
Alexander Daichendt 2022-08-17 00:18:23 +02:00
parent a6d53167f7
commit 0e58e8c7e2
22 changed files with 199 additions and 157 deletions

View file

@ -27,3 +27,11 @@ export interface Thumbnail {
width: number;
height: number;
}
export interface PageData {
seo: {
title: string;
description: string;
keywords: string[];
};
}