Type alias RuntimeEventKindStdOutDTO

RuntimeEventKindStdOutDTO: Record<string, any> & {
    stdout: Record<string, any>;
}

Type declaration

  • stdout: Record<string, any>