UNPKG

@shopify/cli-kit

Version:

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

8 lines (7 loc) 272 B
import { Command } from '@oclif/core'; /** * After a successful command run, renders an upgrade warning if `nextDeprecationDate` is present. * * @param Command - The class of the command that was run. */ export declare const postrun: (Command: Command.Class) => void;