mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-15 11:12:57 -05:00
clean up strict types a bit more
This commit is contained in:
2
types/note.d.ts
vendored
2
types/note.d.ts
vendored
@@ -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