export default interface ProfileInfoResponse { id?: string; userName?: string; name?: string; profilePicture?: string; }