Type alias TerminateCommandDTO

TerminateCommandDTO: Record<string, any> & {
    terminate: Record<string, any>;
}

Type declaration

  • terminate: Record<string, any>