Skip to content

Type Alias: SpreadMarker

ts
type SpreadMarker = object & tags.TagBase<{
  kind: "spreadMarker";
  message: "__spread__ must be a placeholder string";
  target: "object";
  validate: "\n      typeof $input === \"object\" &&\n      $input !== null &&\n      !Array.isArray($input) &&\n      typeof $input.__spread__ === \"string\" &&\n      /^%%(ops|global).[^%]+%%$/.test($input.__spread__)\n    ";
  value: "spreadMarker";
}>;

Job definition types for creating Nosana jobs

Type Declaration

NameType
__spread__LiteralString
chunked?boolean