mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +00:00
web/types/api: add proxy local processing type
This commit is contained in:
parent
885398955f
commit
61e0862b10
@ -60,7 +60,7 @@ export type CobaltFileMetadata = Record<
|
||||
typeof CobaltFileMetadataKeys[number], string | undefined
|
||||
>;
|
||||
|
||||
export type CobaltLocalProcessingType = 'merge' | 'mute' | 'audio' | 'gif' | 'remux';
|
||||
export type CobaltLocalProcessingType = 'merge' | 'mute' | 'audio' | 'gif' | 'remux' | 'proxy';
|
||||
|
||||
export type CobaltLocalProcessingResponse = {
|
||||
status: CobaltResponseType.LocalProcessing,
|
||||
|
Loading…
Reference in New Issue
Block a user