UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

7 lines (6 loc) • 426 B
import { ApiService, OpCommand, RegistryAuth } from '../types'; import { FeathersClient } from './Feathers'; export declare class Publish { publishOpToAPI: (op: OpCommand, platformVersion: string, teamName: string, accessToken: string, api: ApiService) => Promise<any>; publishOpToRegistry: (apiOp: OpCommand, registryAuth: RegistryAuth, teamName: string, accessToken: string, api: FeathersClient) => Promise<void>; }