chromium/components/attribution_reporting/source_type.mojom

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

module attribution_reporting.mojom;

enum SourceType {
  // A source that was associated with a top-level navigation.
  kNavigation = 0,
  // A source that was not associated with a top-level navigation.
  kEvent = 1,
};