5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
|
declare class ConfigTestCommand {
|
||
|
apply(cli: any): Promise<void>;
|
||
|
}
|
||
|
export default ConfigTestCommand;
|