4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
export interface Asset {
|
|
name: string
|
|
browser_download_url: string
|
|
}
|