UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

7 lines (6 loc) 196 B
import Command from '@shopify/cli-kit/node/base-command'; export default class ClearCache extends Command { static description: string; static hidden: boolean; run(): Promise<void>; }