10 lines
175 B
TypeScript
10 lines
175 B
TypeScript
// SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
|
|
//
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
/* eslint-disable no-unused-vars */
|
|
export enum PopoverTypes {
|
|
Copy,
|
|
GameInLobby
|
|
}
|