Skip to content

Type Alias: HFResource

ts
type HFResource = object;

Job definition types for creating Nosana jobs

Properties

accessToken?

ts
optional accessToken: string;

files?

ts
optional files: File[];

repo

ts
repo: Repo;

revision?

ts
optional revision: Revision;

target

ts
target: Target;

type

ts
type: typeof HF;