mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
refactor: fix build
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
import { z } from 'zod';
|
||||
import { TranscodeConfigSchema } from './schemas/transcodeConfigSchemas.js';
|
||||
import {
|
||||
SupportedTranscodeVideoOutputFormats,
|
||||
TranscodeConfigSchema,
|
||||
} from './schemas/transcodeConfigSchemas.js';
|
||||
import { TupleToUnion } from './util.js';
|
||||
|
||||
export type SupportedTranscodeVideoOutputFormat = TupleToUnion<
|
||||
typeof SupportedTranscodeVideoOutputFormats
|
||||
>;
|
||||
|
||||
export type TranscodeConfig = z.infer<typeof TranscodeConfigSchema>;
|
||||
|
||||
Reference in New Issue
Block a user