Class: ExportCommand
Class: ExportCommand
The export command class.
Constructors
Constructor
new ExportCommand(context): ExportCommand;
Create a new instance of ExportCommand.
Parameters
context
The service container to manage dependencies.
Returns
ExportCommand
Methods
handle()
handle(event): Promise<void>;
Handle the incoming event.
Parameters
event
IncomingEvent
Returns
Promise
<void
>