UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

7 lines (6 loc) 180 B
import BaseCommand from '../base-command'; export default class Index extends BaseCommand { static description: string; static hidden: boolean; run(): Promise<void>; }