mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-02 16:14:03 -05:00
bump next to 13.2
This commit is contained in:
2
types/note.d.ts
vendored
2
types/note.d.ts
vendored
@@ -17,7 +17,7 @@ export type NoteWithSource = {
|
||||
frontMatter: NoteFrontMatter;
|
||||
|
||||
// the final, compiled JSX by next-mdx-remote; see lib/helpers/parse-notes.ts
|
||||
source: MDXRemoteSerializeResult<Record<string, never>>;
|
||||
source: Partial<Pick<MDXRemoteSerializeResult<Record<string, never>, Record<string, never>>>>;
|
||||
};
|
||||
|
||||
export type NotesByYear = {
|
||||
|
||||
Reference in New Issue
Block a user