Type Alias RoutineCommon

RoutineCommon: {
    intermediaries: List<Intermediary>;
    result: WritableCache | null;
}