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

package.dist.src.internal.storage-client-all-props.d.ts Maven / Gradle / Ivy

The newest version!
import { CredentialProvider } from '@gomomento/sdk-core';
import { StorageConfiguration } from '../config/storage-configuration';
import { StorageClientProps } from '../storage-client-props';
export interface StorageClientAllProps extends StorageClientProps {
    configuration: StorageConfiguration;
    credentialProvider: CredentialProvider;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy