UNPKG

@flatfile/safe-api

Version:

Flatfile Safe API client with streaming capabilities

6 lines (5 loc) 271 B
import { SafeRequest, RetryOptions } from "./safe.request"; export declare abstract class PatchRequest<T, P extends Record<string, any>> extends SafeRequest<T> { constructor(params: string | string[], payload: P, options?: RetryOptions); execute(): Promise<T>; }