Type alias StartCommandBodyDTO

StartCommandBodyDTO: {
    args?: string[];
}

Type declaration

  • Optional args?: string[]