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

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

There is a newer version: 1.105.0
Show newest version
import { CredentialProvider } from '@gomomento/sdk-core';
import { CacheClientProps } from '../cache-client-props';
import { Configuration } from '../config/configuration';
export interface CacheClientAllProps extends CacheClientProps {
    configuration: Configuration;
    credentialProvider: CredentialProvider;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy