UNPKG

@dolbyio/dolbyio-rest-apis-client

Version:
4 lines (3 loc) 287 B
import { JwtToken } from '../types/jwtToken'; export declare const startJob: (accessToken: JwtToken, urlPath: string, jobContent: string) => Promise<string | null>; export declare const getJobResults: <TResult>(accessToken: JwtToken, urlPath: string, jobId: string) => Promise<TResult>;