UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

7 lines (6 loc) 266 B
import { Command, Config } from '@oclif/core'; import { Options } from '@oclif/core/interfaces'; export declare class ShopifyConfig extends Config { constructor(options: Options); customPriority(commands: Command.Loadable[]): Command.Loadable | undefined; }