Added selector for revanced cli
This commit is contained in:
parent
59888b38dd
commit
f60f96fa87
7 changed files with 110 additions and 76 deletions
4
src/lib/Asset.ts
Normal file
4
src/lib/Asset.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface Asset {
|
||||
name: string
|
||||
browser_download_url: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue