Files
2026-02-05 15:27:49 +08:00

5 lines
172 B
TypeScript

import { CommandModule } from "yargs";
type OnPostInstallCommand = null;
export declare const OnPostInstallCommand: CommandModule<object, OnPostInstallCommand>;
export {};