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

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

The newest version!
import { LeaderboardClientProps } from '../leaderboard-client-props';
import { LeaderboardConfiguration } from '../config/leaderboard-configuration';
import { CredentialProvider } from '@gomomento/sdk-core';
export interface LeaderboardClientAllProps extends LeaderboardClientProps {
    configuration: LeaderboardConfiguration;
    credentialProvider: CredentialProvider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy