import type { Method } from './method'; import type { PostURLJobAuth } from './postURLJobAuth'; /** * The input of the job. */ export declare type PostURLJobInput = { /** * The URL of the file to ingest. */ url: string; method?: Method; auth?: PostURLJobAuth; }; //# sourceMappingURL=postURLJobInput.d.ts.map