blob: 57ede351155c7e52c9a770e024c4f52ea1a62f81 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'shared/typedef.js';
export const PROJECT_STAR_NAME = 'users/1234/projectStars/monorail';
export const PROJECT_STAR_NAME_2 = 'users/1234/projectStars/chromium';
/** @type {ProjectStar} */
export const PROJECT_STAR = Object.freeze({
name: PROJECT_STAR_NAME,
});
/** @type {ProjectStar} */
export const PROJECT_STAR_2 = Object.freeze({
name: PROJECT_STAR_NAME_2,
});