mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-20 18:05:56 -04:00
clean up strict types a bit more
This commit is contained in:
Vendored
+1
-1
@@ -12,7 +12,7 @@ export type NoteFrontMatter = {
|
||||
noComments?: boolean;
|
||||
};
|
||||
|
||||
export type Note = {
|
||||
export type NoteWithSource = {
|
||||
// yaml metadata
|
||||
frontMatter: NoteFrontMatter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user