mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
populate header fields
This commit is contained in:
@@ -17,6 +17,9 @@ export interface IHeader {
|
||||
plyCount: string;
|
||||
eventDate: string;
|
||||
source: string;
|
||||
title: string;
|
||||
subtitle: string;
|
||||
author: string;
|
||||
[key: string]: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user