@nhost/nhost-js
Version:
Nhost JavaScript SDK
8 lines (7 loc) • 342 B
TypeScript
import { HasuraStorageClient } from '@nhost/hasura-storage-js';
import { NhostClientConstructorParams } from '../utils/types';
/**
* Creates a client for Storage from either a subdomain or a URL
*/
export declare function createStorageClient(params: NhostClientConstructorParams): HasuraStorageClient;
//# sourceMappingURL=storage.d.ts.map