mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-20 09:43:57 +00:00
feat: download page wip
This commit is contained in:
@@ -32,3 +32,13 @@ export interface PatchOption {
|
||||
required: boolean;
|
||||
choices: string[];
|
||||
}
|
||||
|
||||
export interface Tool {
|
||||
repository: string
|
||||
version: string
|
||||
timestamp: string
|
||||
name: string
|
||||
size?: string
|
||||
browser_download_url: string
|
||||
content_type: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user