initial commit
This commit is contained in:
11
types/frontmatter.type.ts
Normal file
11
types/frontmatter.type.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export type TFrontmatter = {
|
||||
title: string;
|
||||
time: string;
|
||||
tags: string[] | null;
|
||||
subtitle: string | null;
|
||||
summary: string | null;
|
||||
coverURL: string | null;
|
||||
pin: boolean | null;
|
||||
noPrompt: boolean | null;
|
||||
allowShare: boolean | null;
|
||||
};
|
||||
Reference in New Issue
Block a user