5 lines
172 B
TypeScript
5 lines
172 B
TypeScript
import { CommandModule } from "yargs";
|
|
type OnPostInstallCommand = null;
|
|
export declare const OnPostInstallCommand: CommandModule<object, OnPostInstallCommand>;
|
|
export {};
|