Interface ActionRunResponse

interface ActionRunResponse {
    output?: any;
    logs?: any[];
}

Properties

Properties

output?: any
logs?: any[]