UserInfoDTO.ts 99 Bytes Raw Blame History Permalink 1 2 3 4 5 export interface UserInfoDTO { userHeadUrl: string userName?: string headPhotoUrl?: string }