mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 14:42:40 +00:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
export interface Metadata {
|
|
title: string;
|
|
description: string;
|
|
datetime: string;
|
|
}
|