refactor: migrate media repository (#15536)

This commit is contained in:
Jason Rasmussen 2025-01-22 17:11:07 -05:00 committed by GitHub
parent 30b8864d2d
commit 66849d0d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 154 additions and 171 deletions

View file

@ -12,7 +12,7 @@ import {
VideoContainer,
} from 'src/enum';
import { ConcurrentQueueName, QueueName } from 'src/interfaces/job.interface';
import { ImageOptions } from 'src/interfaces/media.interface';
import { ImageOptions } from 'src/types';
export interface SystemConfig {
backup: {