mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature-107] progress on the modal for creating and editing playlists
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { ObjectValues } from "shared/helpers/type.helpers";
|
||||
import { SongDetailDiffCharactertistic, SongDiffName } from "./song-details-cache/song-details-cache.model";
|
||||
|
||||
export interface BsvMapDetail {
|
||||
@@ -13,6 +14,9 @@ export interface BsvMapDetail {
|
||||
name: string;
|
||||
qualified: boolean;
|
||||
ranked: boolean;
|
||||
blQualified: boolean
|
||||
blRanked: boolean
|
||||
declaredAi: ObjectValues<typeof BsvDeclaredAi>;
|
||||
stats: BsvMapStats;
|
||||
tags: MapTag[];
|
||||
updatedAt: BsvInstant;
|
||||
@@ -212,6 +216,14 @@ export enum MapSpecificity {
|
||||
|
||||
}
|
||||
|
||||
//[ Admin, Uploader, SageScore, None ]
|
||||
export const BsvDeclaredAi = {
|
||||
Admin: "Admin",
|
||||
Uploader: "Uploader",
|
||||
SageScore: "SageScore",
|
||||
None: "None"
|
||||
} as const;
|
||||
|
||||
export interface MapFilter {
|
||||
automapper?: boolean;
|
||||
chroma?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user