One downloadable file on a release.
import type { ReleaseAsset } from './release.ts'; const asset: ReleaseAsset = { name: 'checksums.txt', url: 'https://example.test/checksums.txt' }; asset.name; // 'checksums.txt'
One downloadable file on a release.
import type { ReleaseAsset } from './release.ts'; const asset: ReleaseAsset = { name: 'checksums.txt', url: 'https://example.test/checksums.txt' }; asset.name; // 'checksums.txt'
import { type ReleaseAsset } from "lib/commands/upgrade/release.ts";