UNPKG

@datocms/rest-client-utils

Version:
3 lines (2 loc) 147 B
import type { JobResult } from './internalTypes.js'; export declare function pollJobResult(fetcher: () => Promise<JobResult>): Promise<JobResult>;