UNPKG

unstructured-client

Version:

<h3 align="center"> <img src="https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png" height="200" > </h3>

7 lines 230 B
import { ClientSDK } from "../lib/sdks.js"; import { General } from "./general.js"; export declare class UnstructuredClient extends ClientSDK { private _general?; get general(): General; } //# sourceMappingURL=sdk.d.ts.map