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