mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 22:46:39 -04:00
clean up global styles
This commit is contained in:
13
types/index.d.ts
vendored
13
types/index.d.ts
vendored
@ -15,3 +15,16 @@ export type NoteType = {
|
||||
frontMatter: NoteMetaType;
|
||||
mdxSource: string;
|
||||
};
|
||||
|
||||
export type RepoType = {
|
||||
name: string;
|
||||
url: string;
|
||||
description?: string;
|
||||
language?: {
|
||||
name: string;
|
||||
color?: string;
|
||||
};
|
||||
stars?: number;
|
||||
forks?: number;
|
||||
updatedAt: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user