clean up strict types a bit more

This commit is contained in:
2022-06-13 12:01:35 -04:00
parent 1776173cab
commit a63ea35463
15 changed files with 363 additions and 53 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export type NoteFrontMatter = {
noComments?: boolean;
};
export type Note = {
export type NoteWithSource = {
// yaml metadata
frontMatter: NoteFrontMatter;