Interface ActionTrackingReturn

Return result of an action.

interface ActionTrackingReturn {
    result: ActionTrackingResult;
    value: any;
}

Properties

Properties

value: any