mirror of https://github.com/Chocobozzz/PeerTube
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
![]() |
export interface ErrorRunnerJobBody {
|
||
|
runnerToken: string
|
||
|
jobToken: string
|
||
|
|
||
|
message: string
|
||
|
}
|