mirror of https://github.com/Chocobozzz/PeerTube
7 lines
99 B
TypeScript
7 lines
99 B
TypeScript
|
export interface AbortRunnerJobBody {
|
||
|
runnerToken: string
|
||
|
jobToken: string
|
||
|
|
||
|
reason: string
|
||
|
}
|