UNPKG

@vendure/cli

Version:

A modern, headless ecommerce framework

6 lines (5 loc) 264 B
import { CliCommand, CliCommandReturnVal } from '../../../shared/cli-command'; import { ServiceRef } from '../../../shared/service-ref'; export declare const addServiceCommand: CliCommand<Record<string, any>, CliCommandReturnVal<{ serviceRef: ServiceRef; }>>;