Fix news interface

This commit is contained in:
Daniel Kluge 2023-06-15 11:16:41 +02:00
parent bcfbefb4bf
commit 3c43576b57

View File

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