All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.src.preview-storage-client.d.ts Maven / Gradle / Ivy

The newest version!
import { AbstractStorageClient } from '@gomomento/sdk-core/dist/src/internal/clients';
import { IStorageClient } from '@gomomento/sdk-core/dist/src/clients/IStorageClient';
import { StorageClientProps } from './storage-client-props';
/**
 * A client for interacting with the Momento Storage service.
 * Warning: This client is in preview and may change in future releases.
 */
export declare class PreviewStorageClient extends AbstractStorageClient implements IStorageClient {
    constructor(props: StorageClientProps);
    close(): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy