Variable outcome_updateConst

outcome_update: TObject<
    {
        details: TOptional<TArray<TString>>;
        other_details: TOptional<TAny>;
        summary: TString;
    },
> = ...

Outcome of an update operation at the Micropub endpoint.