• Restore e.g. a history entry to a valid GVL and TCModel instance. Returns undefined if no TCF vendor-list.json object is given.

    Parameters

    • __namedParameters: {
          tcf: Tcf;
          tcfMetadata: TcfMetadata;
          tcfString: string;
      }

    Returns {
        gvl: GVL;
        metadata: TcfMetadata;
        model: TCModel;
        original: Tcf;
    }