import { Wid } from './wid';
/**
 * Profile picture data
 */
export interface ProfilePicThumbObj {
    eurl: string;
    id: Wid;
    img: string;
    imgFull: string;
    raw: null;
    tag: string;
}
