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