forked from creations/badgeAPI
first commit
This commit is contained in:
commit
cfbcaa4851
25 changed files with 1096 additions and 0 deletions
11
types/badge.d.ts
vendored
Normal file
11
types/badge.d.ts
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
type Badge = {
|
||||
tooltip: string;
|
||||
badge: string;
|
||||
};
|
||||
|
||||
type BadgeResult = Badge[] | Record<string, Badge[]>;
|
||||
|
||||
interface FetchBadgesOptions {
|
||||
nocache?: boolean;
|
||||
separated?: boolean;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue