Fix news interface

This commit is contained in:
Daniel Kluge 2023-06-15 11:16:41 +02:00
parent bcfbefb4bf
commit 3c43576b57
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export interface Event {
export interface News {
title: string;
updated: string;
"dc:date": string;
}
export interface PostillonNews {