mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-23 02:51:03 +00:00
typescript lol
This commit is contained in:
19
src/lib/types.ts
Normal file
19
src/lib/types.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
export interface APILogo {
|
||||
id: string;
|
||||
gdrive_direct_url: string;
|
||||
}
|
||||
|
||||
export interface LogoAPIResponse {
|
||||
[key: string]: {
|
||||
logos: APILogo[];
|
||||
};
|
||||
}
|
||||
|
||||
export interface Logo {
|
||||
name: string;
|
||||
variants: APILogo[];
|
||||
}
|
||||
|
||||
// export interface Selected {
|
||||
|
||||
// }
|
||||
Reference in New Issue
Block a user