0c9668f779
Move ffmpeg functions to @shared
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export interface ListRunnersQuery {
|
|
start?: number
|
|
count?: number
|
|
sort?: string
|
|
}
|