feat: download page wip

This commit is contained in:
afn
2022-10-31 21:53:51 -04:00
parent e43a0eb819
commit abb2cbc223
7 changed files with 65 additions and 11 deletions

View File

@@ -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
}