Skip to content

Type Alias: DockerAuth

ts
type DockerAuth = object;

Job definition types for creating Nosana jobs

Properties

email?

ts
optional email: string;

password?

ts
optional password: string;

server?

ts
optional server: string;

username?

ts
optional username: string;