#283 - Published date sorting

This commit is contained in:
Elio Struyf
2022-03-08 08:58:03 +01:00
parent c8e79e75ba
commit ea11a3646f
7 changed files with 20 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ export interface Page {
fmFilePath: string;
fmFileName: string;
fmModified: number;
fmPublished: number | null | undefined;
fmDraft: "Draft" | "Published",
fmYear: number | null | undefined;
fmPreviewImage: string;