@beincom/dto
Version:
Share dto for all projects of Beincom
14 lines (13 loc) • 492 B
TypeScript
/**
* @deprecated Move to @beincom/constants@5.18.1
*/
export declare class SharedGroupCacheKey {
private static PREFIX;
private static hashTag;
static groupById(groupId: string): string;
static joinedGroupsOfUser(userId: string): string;
static communityPermissionsOfUser(userId: string): string;
static groupPermissionsOfUser(userId: string): string;
static showingBadgeOfUser(userId: string): string;
static bannedTargetsOfUser(userId: string): string;
}