Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/octokit-types.ts>ReleaseAsset

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface ReleaseAsset
import { type ReleaseAsset } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

Data related to a release.

Properties

url: string
browser_download_url: string
id: number
node_id: string
name: string

The file name of the asset.

label: string | null
state: "uploaded"

State of the release asset.

content_type: string
size: number
download_count: number
created_at: string
updated_at: string
optional
uploader: User