mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 23:25:53 +08:00
missing type
This commit is contained in:
parent
912ec63644
commit
115eca71ca
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export async function getQuotes(language: string): Promise<QuoteCollection> {
|
|||
}
|
||||
}
|
||||
|
||||
type Font = { name: string };
|
||||
type Font = { name: string; display?: string };
|
||||
|
||||
let fontsList: Font[] = [];
|
||||
export async function getFontsList(): Promise<Font[]> {
|
||||
|
|
Loading…
Add table
Reference in a new issue