UNPKG

@oystehr/sdk

Version:

Oystehr SDK

7 lines (6 loc) 218 B
import { SDKResource } from '../../client/client'; export declare function uploadFile(this: SDKResource, { id, file, filename, }: { id: string; file: Blob; filename?: string | undefined; }): Promise<void>;