[auto] run release preconditions

This commit is contained in:
Moritz Jung 2025-01-14 22:33:51 +01:00
parent da1904b164
commit 0204e40650
8 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
import { MediaType } from '../utils/MediaType';
import type {ModelToData} from '../utils/Utils';
import { mediaDbTag, migrateObject } from '../utils/Utils';
import type { ModelToData } from '../utils/Utils';
import { mediaDbTag, migrateObject } from '../utils/Utils';
import { MediaTypeModel } from './MediaTypeModel';
export type BoardGameData = ModelToData<BoardGameModel>;