UNPKG

@beincom/constants

Version:
10 lines (9 loc) 208 B
export interface SharedUserDto { id: string; username: string; fullname: string; avatar: string; email: string; groups: string[]; } export declare const SHARED_USER_KEY_PREFIX = "SU";