Optionalmeta?: { [k: string]: unknown }optional action-specific metadata attached to the result (e.g. extract attaches the { userData } it matched against)
Optionalnext?: PirAction[]follow-up actions the executor runs locally after this one (e.g. produced by an expectation action); each is executed with the same data and reports its own result
action-specific result payload
The wire shape of a successful action result.
responseis action-specific (e.g. { url } for navigate, an array of matched profiles for extract).