0c9668f779
Move ffmpeg functions to @shared
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
export interface RegisterRunnerBody {
|
|
registrationToken: string
|
|
|
|
name: string
|
|
description?: string
|
|
}
|