Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into v2
  • Loading branch information
SyncDocsBot committed Jan 11, 2025
2 parents 2087dfc + c606dd5 commit e925863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ This pattern is common with callback-style APIs, where another object typically
// @errors: 7041 7017
interface User {
id: number;
isAdmin: boolean;
admin: boolean;
}
declare const getDB: () => DB;
// ---cut---
Expand Down

0 comments on commit e925863

Please sign in to comment.