chromium/third_party/blink/renderer/modules/browsing_topics/browsing_topic.idl

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// https://github.com/jkarlin/topics

dictionary BrowsingTopic {
  long topic;
  DOMString version;
  DOMString configVersion;
  DOMString modelVersion;
  DOMString taxonomyVersion;
};