0c9668f779
Move ffmpeg functions to @shared
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
export interface ListRunnerJobsQuery {
|
|
start?: number
|
|
count?: number
|
|
sort?: string
|
|
search?: string
|
|
}
|