export interface UserMark { userId: string; userName: string; pictureUrl: string; }