@graphistry/js-upload-api
Version:
Graphistry upload client for reuse by node and browser clients
14 lines • 301 B
TypeScript
import { Client } from "./Client.js";
import { ClientPKey } from "./ClientPKey.js";
/**
* @internal
*
* <br>
*
* ## ClientType
*
* A type including clients with all available authentication methods
*
*/
export declare type ClientType = Client | ClientPKey;
//# sourceMappingURL=types.d.ts.map