Skip to content

Type Alias: Meta

ts
type Meta = object;

Job definition types for creating Nosana jobs

Indexable

ts
[key: string]: 
  | string
  | number
  | (string | number)[]
  | Record<string, string | number | (string | number)[]>
  | undefined

Properties

system_resources?

ts
optional system_resources: Record<string, string | number>;

trigger?

ts
optional trigger: string;