@beincom/dto
Version:
Share dto for all projects of Beincom
15 lines (14 loc) • 445 B
TypeScript
/**
* @deprecated Move to @beincom/constants@5.18.1
*/
export declare class SharedMissionCacheKey {
private static PREFIX;
private static hashTag;
static getJackpotAchieved(): string;
static getJackpotMedalConversionRate(): string;
static getJackpotSegments(): string;
static getJackpotActivities(): string;
static getRateLimiter(): string;
static getJackpotNRU(): string;
static getJackpotRef(): string;
}