UNPKG

@apiclient.xyz/docker

Version:

Provides easy communication with Docker remote API from Node.js, with TypeScript support.

9 lines (7 loc) 174 B
import * as interfaces from './index.js'; export interface ISecretCreationDescriptor { name: string; version: string; contentArg: any; labels: interfaces.TLabels; }