mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/types/api: add proper local processing types
This commit is contained in:
parent
1ad7c778e5
commit
180bda5d49
@ -56,11 +56,12 @@ export type CobaltFileMetadata = Record<
|
||||
typeof CobaltFileMetadataKeys[number], string | undefined
|
||||
>;
|
||||
|
||||
export type CobaltLocalProcessingType = 'merge' | 'mute' | 'audio' | 'gif';
|
||||
|
||||
export type CobaltLocalProcessingResponse = {
|
||||
status: CobaltResponseType.LocalProcessing,
|
||||
|
||||
// TODO: proper type for processing types
|
||||
type: string,
|
||||
type: CobaltLocalProcessingType,
|
||||
service: string,
|
||||
tunnel: string[],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user